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
Query Params
int64

accountId

string

deposit destination : BINANCE、OKX

string

transfer coin

int64

Start time: timestamp

int64

End time: timestamp

int32

Current page, default=1, the min value=1

int32

Page size, default=1000, the max value=1000

int64

Status: 2: Executing 3: Executed Successfully 4: Executed Failed

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json