getStakedBalanceForAddress
Description
Returns the amount of Aleo credits a specific address has staked.
Method Parameters
params
-Object
:address
-string
: The Aleo address to retrieve staked balance encoded in bech32 (prefix:aleo
).
Returns
result
-number
: Amount of Aleo microcredits staked.
Example
Request
Response
Last updated