Blockchain Indexer API
Accounts

Stake account history

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

Returns per-epoch history for the specified stake key

Authentication
api-key
Path Parameters
stake_addr
*
Header Parameters
amounts-as-strings
Query Parameters
epoch_no
count
All Of
object +
order
All Of
object +
cursor
Responses
200
Per-epoch history of the specified stake key
Example
{"data":[{"epoch_no":73,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":270921649109},{"epoch_no":74,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":271442847622},{"epoch_no":75,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":271984526388},{"epoch_no":76,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":272520020301},{"epoch_no":77,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":273058079938},{"epoch_no":78,"pool_id":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","active_stake":273611950245}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"b48416b482bdfda2a3c1ccbe220f84f74256d3e457bd064edea8dc45dc7e22e1","block_slot":32209052},"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