v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
NFT

Get NFT Deposit 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/deposit

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 Deposit History

totalinteger required

Example response

{
  "total": 1,
  "list": [
    {
      "network": "ETH",
      "contractAdrress": "0xe507c961ee127d4439977a61af39c34eafee0dc6",
      "tokenId": "10014",
      "timestamp": 1629986047000
    }
  ]
}