Filter Nft Items
This service returns Nft items with pagination
Filter Nft Items
GET
{{server-url}}/nft-items/filter
It returns list of Nft items with pagination
Query Parameters
Name | Type | Description |
---|---|---|
page | Number | Represents page number. Default 0 |
name | String | Represents Nft Item's name |
orderDirection | String | Represents order direction. It can be ASC or DESC. Default DESC |
size | Number | Represents content size. Default 10 |
id | Number | Represents Nft Item's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
PROJECT-ID* | String | UUID formatted project's identifier |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
id | Number | Represents Nft item's identifier |
name | String | Represents Nft item's name |
description | String | Represents Nft item's description |
url | String | Represents Nft item's content url |
totalSupply | Number | Represents count of Nft item |
contractType | String | Represents Nft item's contract type. It can be ERC721 or ERC1155 |
attributes | Array | Represents Nft item's attributes |
categories | Array | Represents Nft item's category. |
Last updated