getCoinbaseSummary
Description
Retrieves the coinbase summary for a given address from the Aleo blockchain.
Method Parameters
params
-Array
:string
: The Aleo address to retrieve coinbase summary encoded in bech32 (prefix:aleo
).
Returns
result
-Object
: An object containing the coinbase summary.address
-string
: The Aleo address.total_reward
-string
: The total amount of rewards received.total_incentive
-string
: The total amount of incentive.summary
-Object
: A summary object containing the same details.address
-string
: The Aleo address.total_reward
-string
: The total amount of rewards received.total_incentive
-string
: The total amount of incentives received.
Example
Request
Response
Last updated