NFT
Get NFT Withdraw History (USER_DATA)
- The max interval between startTime and endTime is 90 days.
- If startTime and endTime are not sent, the recent 7 days' data will be returned.
Weight(UID): 3000
get/sapi/v1/nft/history/withdraw
Query parameters
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
limitinteger
Example:50
Default 50, Max 50
pageinteger
Example:1
Default 1
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
NFT Withdraw History
Example response
{
"total": 178,
"list": [
{
"network": "ETH",
"txID": "0x2be5eed31d787fdb4880bc631c8e76bdfb6150e137f5cf1732e0416ea206f57f",
"contractAdrress": "0xe507c961ee127d4439977a61af39c34eafee0dc6",
"tokenId": "1000001247",
"timestamp": 1633674433000,
"fee": 0.1,
"feeAsset": "ETH"
}
]
}