Blockchain Indexer API
Accounts

Stake account delegation history

1min
GET
https://mainnet.gomaestro-api.org/v1/accounts/{stake_addr}/delegations
Cardano Mainnet
Returns list of delegation actions relating to a stake account
Authentication
api-key
Path Parameters
stake_addr
*
Query Parameters
count
All Of
object +
order
All Of
object +
cursor
Responses
200
Stake account delegations
Example
{"data":[{"active_epoch_no":397,"pool_id":"pool1jst7rrhucnp93hepezv5yqy6fx982xs2v0udwfc5ea6my3kfak7","slot":85518752},{"active_epoch_no":462,"pool_id":"pool1ywpt43nttzjd7883wafg255mh0hmjypwe65ercw6p2sxg5lt7ez","slot":113498793}],"last_updated":{"timestamp":"2024-01-12 14:06:24","block_hash":"8295c809a899e67bbf6a1a90408eb5b9f5b563e64931e1db2fa51ac057a9716f","block_slot":113502093},"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