Filter Nft Item Attributes
This service returns Nft item attributes with pagination
Filter Nft Item Attributes
GET
{{server-url}}/nft-items/attributes/filter
It returns list of Nft items with pagination
Query Parameters
Name
Type
Description
page
Number
Represents page number. Default 0
traitType
String
Represents attribute's name
orderDirection
String
Represents order direction. It can be ASC or DESC. Default DESC
size
Number
Represents content size. Default 10
nftItemId
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 attribute's identifier.
traitType
String
Represents attribute's name.
value
String
Represents attribute's value
icon
String
Represents attribute's icon url.
Last updated