BinanceGetNFTTransactionHistory
Retrieve NFT transaction history including purchase orders, sale orders, royalty income, primary market orders, and mint fees, with network, token IDs, contract addresses, amounts, and currencies.
Instructions
Retrieves NFT transaction history, including purchase orders, sale orders, royalty income, primary market orders, and mint fees. It returns details about the NFT network, token IDs, contract addresses, transaction times, trade amounts, and the currencies used in the transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default is 1 | |
| limit | No | Number of records to return, default 50, max 50 | |
| endTime | No | End time in milliseconds | |
| orderType | Yes | Order type: 0 for purchase order, 1 for sell order, 2 for royalty income, 3 for primary market order, 4 for mint fee | |
| startTime | No | Start time in milliseconds | |
| recvWindow | No | Optional time window for request validity |