Blockchain Indexer API
Assets

Native asset addresses

1min
GET
https://mainnet.gomaestro-api.org/v1/assets/{asset}/addresses
Cardano Mainnet
Returns a list of addresses which control some amount of the specified asset
Authentication
api-key
Path Parameters
asset
*
Header Parameters
amounts-as-strings
Query Parameters
count
All Of
object +
cursor
Responses
200
Returns addresses holding the specified asset, paired with the amounts of the asset owned
Example
{"data":[{"address":"addr_test1vpxa84r650wsmcm887kkwar5y7ek5yyrjvgfqd8a608s2vsdnutyy","amount":100000000000000},{"address":"addr_test1vrjpwhg7vlhck0ph5q0dpnkqferx3ltf0aqvy4qzn9m5v2gcvqhm8","amount":320000000000000}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"c0d2cf4d7e0e9dfbfda2e09330a8aa2dd426a0d9c2d927ea28e43aa0b6550f8f","block_slot":32266746},"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