Blockchain Indexer API
Asset Policy

Accounts of addresses holding assets of specific policy

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

Returns a list of accounts (as stake/reward addresses) associated with addresses which control some of an asset of the specified policy; in other words, instead of returning the addresses which hold the assets, 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
policy
*
Header Parameters
amounts-as-strings
Query Parameters
count
All Of
object +
cursor
Responses
200
Returns stake addresses for accounts which hold assets of the given policy ID with the asset names and amounts
Example
{"data":[{"account":"stake1u83s6geern5tjrqgy6h7r99sspdnvayfjcd20k654qh737sfj90vm","assets":[{"name":"647261676f6e6d","amount":1}]},{"account":"stake1u89727xfn46muezyut6ntj2cgmr0cy28xmjlvlec4w0qnmgyh3hy4","assets":[{"name":"7468657265616c746f656b6e656573","amount":1}]},{"account":"stake1u8awcypj0uexy9al9msgeg5jqgsrypfcewq4hmz758mdsxsf0egkq","assets":[{"name":"677579677579","amount":1}]},{"account":"stake1u96e4xmq9877s43meetz0tnwz37m4clv4vvrznj834dzszgkh2mj9","assets":[{"name":"2e323233","amount":1},{"name":"6972732e616461","amount":1}]}],"last_updated":{"block_hash":"bdf4630098ac6923e0ef1ca0b0d6e00dca96790a8c3dd670948fdfe1456798d2","block_slot":73867237},"next_cursor":"4UJEXH0Ew5ACnrzRLfjDDQOeyeB3vhccUwWwWto"}
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