Cardano » Assets
Asset history
History of a specific asset
get/assets/{asset}/history
Path parameters
assetstring required
Concatenation of the policy_id and hex-encoded asset_name
Query parameters
countinteger
The number of results displayed on one page.
pageinteger
The page number for listing the results.
order'asc' | 'desc'
The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.
Response
Return the information about the history of a specific asset
Example response
[
{
"tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
"amount": "10",
"action": "minted"
},
{
"tx_hash": "9c190bc1ac88b2ab0c05a82d7de8b71b67a9316377e865748a89d4426c0d3005",
"amount": "5",
"action": "burned"
},
{
"tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0",
"amount": "5",
"action": "burned"
}
]