Blockchain Indexer API
Assets

Accounts of addresses holding specific asset

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

Returns a list of accounts (as stake/reward addresses) associated with addresses which control some of the specified asset; in other words, instead of returning the addresses which hold some of the asset, the addresses are merged by their delegation part/account. Assets controlled by Byron, enterprise, or pointer addresses are omitted.

CAUTION: An asset being associated with a particular stake account does not necessarily mean the owner of that account controls the asset; use "asset addresses" unless you are sure you want to work with stake keys. Read more here.

Authentication
api-key
Path Parameters
asset
*
Header Parameters
amounts-as-strings
Query Parameters
count
All Of
object +
cursor
Responses
200
Returns stake addresses for accounts which control some of the specified asset
Example
{"data":[{"account":"stake1uy3c9n7hlnvt2eucfpgd8ezqn424na7nhc6zca2atq0tqsg5ljq5v","amount":1},{"account":"stake1uylx7yct3smspkes9fzk3f8y8mmu90htxe75g923576d2zgpluxt7","amount":3}],"last_updated":{"block_hash":"bdf4630098ac6923e0ef1ca0b0d6e00dca96790a8c3dd670948fdfe1456798d2","block_slot":73867237},"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