Burns
List of NFT Base Burns API Endpoints.
All Burns
/burns
Query Parameters
Name
Type
Description
{
"meta": {
"totalCountIsEstimate": true,
"count": 1,
"pageCount": 1,
"totalCount": 1,
"next": null,
"previous": null,
"self": "/nft/burns?transform=true&page=1&limit=100",
"first": "/nft/burns?transform=true&page=1&limit=100",
"last": "/nft/burns?transform=true&page=1&limit=100"
},
"data": [
{
"id": "a6664c2d2e26e4c7a7548850f0f820d755c0cad1287a21be2582ab039f6d5c2f",
"senderPublicKey": "03287bfebba4c7881a0509717e71b34b63f31e40021c321f89ae04f84be6d6ac37",
"nftBurn": {
"nftId": "f811518958861d4c1e72943f646b1bd848f606e6cc9bd6300480e6a0b501cf47"
},
"timestamp": {
"epoch": 143493208,
"unix": 1633594408,
"human": "2021-10-07T08:13:28.000Z"
}
}
]
}Examples
Burn By Id
/burns/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Last updated
Was this helpful?