v26

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

Deposit History(supporting network) (USER_DATA)

Fetch deposit history.

  • Please notice the default startTime and endTime to make sure that time interval is within 0-90 days.
  • If both startTime and endTime are sent, time between startTime and endTime must be less than 90 days.

Weight(IP): 1

get/sapi/v1/capital/deposit/hisrec

Query parameters

coinstring
Example:BNB

Coin name

statusinteger
  • 0 - pending
  • 6 - credited but cannot withdraw
  • 1 - success
startTimeinteger

UTC timestamp in ms

endTimeinteger

UTC timestamp in ms

offsetinteger
limitinteger
Example:5

Default 500; max 1000.

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of deposits

amountstring required
coinstring required
networkstring required
statusinteger required
addressstring required
addressTagstring required
txIdstring required
insertTimeinteger required
transferTypeinteger required
unlockConfirmstring required

confirm times for unlocking

confirmTimesstring required

Example response

[
  {
    "amount": "0.00999800",
    "coin": "PAXG",
    "network": "ETH",
    "status": 1,
    "address": "0x788cabe9236ce061e5a892e1a59395a81fc8d62c",
    "txId": "0xaad4654a3234aa6118af9b4b335f5ae81c360b2394721c019b5d1e75328b09f3",
    "insertTime": 1599621997000,
    "unlockConfirm": "12/12",
    "confirmTimes": "12/12"
  }
]