Get Broker Deposit History

Retrieve the deposit records according to the accountId and currency

Permission

  • Applies to primary user's API Key only
  • Permission: READ.

Rate Limit

  • to be confirmed

Request

Field nameTypeNecessaryRemarks
accountIdLongNaccountId
accountTypeStringNDeposit destination : BINANCE/OKX
currencyStringNtransfer coin
startTimeLongNStart time: timestamp
endTimeLongNEnd time: timestamp
statusLongNStatus: 2: Executing 3: Executed Successfully 4: Executed Failed
pageIntegerNCurrent page, default=1, the min value=1
pageSizeIntegerNPage size, default=1000, the max value=1000

Response

Field nameTypeRemarks
idLongOrder ID
accountIdLongTrade account ID
accountNameStringTrade account Name
accountTypeStringdeposit destination
currencyStringCurrency
networkStringNetwork
addressStringAddress
amountDoubleAmount
statusLongStatus: 2: Executing 3: Executed Successfully 4: Executed Failed
txIdStringTransaction ID
infoStringError reason
applyTimeStringApply time
Language