Blockchain Indexer API
Asset Policy

UTxOs containing assets of specific policy

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

Returns UTxO references of UTxOs which contain some of at least one asset of the specified policy ID, each paired with a list of assets of the policy contained in the UTxO and the corresponding amounts

Authentication
api-key
Path Parameters
policy
*
Header Parameters
amounts-as-strings
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Returns UTxOs which contain assets of the given policy ID, with the asset names and amounts
Example
{"data":[{"tx_hash":"eeb9fb2af9c6da4a06c27c1021c4f138ec6e02857c6181cee79599dec6c96404","index":0,"slot":12722572,"address":"addr_test1vpxa84r650wsmcm887kkwar5y7ek5yyrjvgfqd8a608s2vsdnutyy","assets":[{"name":"6362544843","amount":100000000000000}]},{"tx_hash":"eeb9fb2af9c6da4a06c27c1021c4f138ec6e02857c6181cee79599dec6c96404","index":1,"slot":12722572,"address":"addr_test1vrjpwhg7vlhck0ph5q0dpnkqferx3ltf0aqvy4qzn9m5v2gcvqhm8","assets":[{"name":"6362544843","amount":320000000000000}]}],"last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"0e0cb28820d245261e693d950c19f782fd90c63d03df5cdfde4efbfd2ac1365a","block_slot":32283585},"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