Filter Nft Item Transfers
This service returns Nft item transfers with pagination
Filter Nft Item Transfers
GET
{{server-url}}/nft-items/attributes/filter
It returns list of Nft item transfers with pagination
Query Parameters
page
Number
Represents page number. Default 0
address
String
Represents transfer's sender or receiver address
orderDirection
String
Represents order direction. It can be ASC or DESC. Default DESC
size
Number
Represents content size. Default 10
operatorAddress
Number
Represents the wallet address, who was triggered the Nft Item action
toAddress
String
Represents receiver wallet address of Nft Item action
fromAddress
String
Represents sender wallet address of Nft Item Action
nftItemId
String
Represents Nft Item's identifier
nftItemName
String
Represents Nft Item's name
type
String
Represents action type. It can be MINT, BURN, TRANSFER, LIST_ON_MARKETPLACE, BUY_FROM_MARKETPLACE, UNLIST_FROM_MARKETPLACE
Headers
Authorization*
String
UUID formatted access token
PROJECT-ID*
String
UUID formatted project's identifier
Example Response Body
Response Fields
operatorAddress
String
Represents the wallet address, who was triggered the Nft Item action
toAddress
String
Represents receiver wallet address of Nft Item action
fromAddress
String
Represents sender wallet address of Nft Item Action
nftItem
Object
Represents Nft Item
amount
Number
Represents count of Nft Item
type
String
Represents action type. It can be MINT, BURN, TRANSFER, LIST_ON_MARKETPLACE, BUY_FROM_MARKETPLACE, UNLIST_FROM_MARKETPLACE
transactionHash
String
Represents blockchain's transaction hash
Last updated