Blockchain Indexer API
Accounts

Stake account addresses

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

Returns a list of addresses seen on-chain which use the specified stake key. By default returns addresses which currently control at least one UTxO, or use include_empty query parameter to also return addresses which don't currently control any UTxOs.

Authentication
api-key
Path Parameters
stake_addr
*
Query Parameters
include_empty
count
All Of
object +
cursor
Responses
200
Addresses seen on-chain which contain the specified stake key
Example
{"data":["addr_test1qpshevet4xrh7h2rr7pm3r7ysn8x9hk5gek9xvm6du3yl6upahs8fhhy49jqqnfn6vvmtq6yeqypx645ex9fxexlh36q9scvx8"],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"bbd15af995f81cf22e559679865d5a0fb1ba348559cf88e07686234e499859c4","block_slot":32208435},"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