Blockchain Indexer API
Accounts

Stake account rewards

1min
GET
https://mainnet.gomaestro-api.org/v1/accounts/{stake_addr}/rewards
Cardano Mainnet

Returns a list of staking-related rewards for the specified stake key (pool member or leader rewards, deposit refund)

Authentication
api-key
Path Parameters
stake_addr
*
Header Parameters
amounts-as-strings
Query Parameters
count
All Of
object +
order
All Of
object +
cursor
Responses
200
Staking rewards for the specified stake key (pool-member and pool-leader rewards, deposit refunds)
Example
{"data":[{"type":"leader","earned_epoch":68,"spendable_epoch":70,"amount":576671933,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp"},{"type":"leader","earned_epoch":69,"spendable_epoch":71,"amount":567061410,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp"},{"type":"leader","earned_epoch":70,"spendable_epoch":72,"amount":559723577,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp"},{"type":"leader","earned_epoch":71,"spendable_epoch":73,"amount":521198513,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp"},{"type":"leader","earned_epoch":72,"spendable_epoch":74,"amount":541678766,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp"}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"82b6eee6d8bc3ca82e450d94bed5bfbb7859417840e3db8a3bf639a46bcbe379","block_slot":32265228},"next_cursor":null}
Description
A paginated response. Pass in the `next_cursor` in a subsequent request as the `cursor` query parameter to fetch the next page of results.
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error