Blockchain Indexer API
Assets
Accounts of addresses holding specific asset
1min
GET
https://mainnet.gomaestro-api.org/v1/assets/{asset}/accounts
Cardano Mainnet
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
Updated 22 Nov 2024
Did this page help you?