Transfers
List of NFT Base Transfer Endpoints.
All Transfers
/transfers
GET
https://explorer.protokol.sh/api/nft/transfers
Query Parameters
Name | Type | Description |
---|---|---|
page | integer | The number of the page that will 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
Transfer By Id
/transfers/:id
GET
https://explorer.protokol.sh/api/nft/transfers/:id
Returns Transfer transaction by id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The identifer to be retrieved |
Query Parameters
Name | Type | Description |
---|---|---|
transform | boolean | Returns modified or raw data |
Examples
Last updated