Blockchain Indexer API
Assets

Native asset mints and burns

1min
GET
https://mainnet.gomaestro-api.org/v1/assets/{asset}/mints
Cardano Mainnet
Returns a list of transactions in which some of the specified asset was minted or burned
Authentication
api-key
Path Parameters
asset
*
Query Parameters
count
All Of
object +
order
All Of
object +
from
to
cursor
Responses
200
Array of transactions with amounts of asset minted
Example
{"data":[{"tx_hash":"257916e7ae112cf16f27218e41bfa37c018bab922354201b3b38c9a24c35ab33","slot":55718892,"timestamp":"2022-03-14 19:13:03","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