Blockchain Indexer API
Accounts

Stake account information

1min
GET
https://mainnet.gomaestro-api.org/v1/accounts/{stake_addr}
Cardano Mainnet
Returns various information regarding a stake account
Authentication
api-key
Path Parameters
stake_addr
*
Header Parameters
amounts-as-strings
Responses
200
Information about the account
Example
{"data":{"stake_address":"stake_test1uzq7mcr5mmj2jeqqf5eaxxd4sdzvszqnd26vnz5nvn0mcaqte3ycr","registered":true,"delegated_pool":"pool1egfg26w0syqly9qc65hz33gqv2qrzyka8tfue3ccsk3c73a56jp","rewards_available":24648659341,"utxo_balance":249497357989,"total_balance":274146017330,"total_rewarded":24648659341,"total_withdrawn":0},"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"d99c239b6fae8036b3057b6837a563d045ce2a393e17d789d1e85c51bee898fc","block_slot":32265099}}
Description
Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.
data
*
last_updated
*
404
No results found
500
Internal server error