BinanceGetNFTDepositHistory
Retrieve NFT deposit history with network, contract address, token ID, transaction ID, and timestamps. Filter by time range and paginate results.
Instructions
Retrieves NFT deposit history, including network, contract address, token ID, transaction ID (if available), and timestamps.
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 | |
| startTime | No | Start time in milliseconds | |
| recvWindow | No | Optional time window for request validity |