Burns
List of NFT Base Burns API Endpoints.
All Burns
/burns
GET
https://explorer.protokol.sh/api/nft/burns
Return all burn transactions
Query Parameters
Name | Type | Description |
---|---|---|
page | integer | The number of page to be returned |
limit | integer | The number of resources per page |
orderBy | string | Order by specific parameter (asc or desc) Example: orderBy=id:asc |
transform | boolean | Returns modified or raw data |
Examples
Burn By Id
/burns/:id
GET
https://explorer.protokol.sh/api/nft/burns/:id
Returns burn transaction by id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The identifier to be retrieved |
Query Parameters
Name | Type | Description |
---|---|---|
transform | boolean | Returns modified or raw data |
Examples
Last updated