Cardano » Assets
Assets
List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).
get/assets
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. Ordering in this case is based on the time of the first mint transaction.
Response
Return list of assets
Example response
[
{
"asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
"quantity": "1"
},
{
"asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e75d",
"quantity": "100000"
},
{
"asset": "6804edf9712d2b619edb6ac86861fe93a730693183a262b165fcc1ba1bc99cad",
"quantity": "18605647"
}
]