Blockchain Indexer API
Asset Policy

Transactions minting or burning assets of policy

1min
GET
https://mainnet.gomaestro-api.org/v1/policy/{policy}/mints
Cardano Mainnet
Returns a list of transactions in which some of the specified asset was minted or burned
Authentication
api-key
Path Parameters
policy
*
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Array of transactions with assets and amounts minted
Example
{"data":[{"tx_hash":"257916e7ae112cf16f27218e41bfa37c018bab922354201b3b38c9a24c35ab33","slot":55718892,"timestamp":"2022-03-14 19:13:03","assets":[{"name":"6164616d616e74","amount":"1"},{"name":"6264736d","amount":"1"},{"name":"63617264616e6f737765657473","amount":"1"}]}],"last_updated":{"timestamp":"2023-10-18 07:30:52","block_hash":"0e1e924710135acfe200ab13d290bd282a67584fd54456f0dcac0aeaa38bb2c2","block_slot":106047961},"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