API Reference

Deposit History

Retrieve the deposit records according to the accountId and currency

🚧

Tips

Applies to both primary user and trading portfolio's API Key. Permission: READ.

Request

Field nameTypeNecessaryRemarks
accountIdLongNaccountId
accountTypeStringNDeposit destination : LTP/BINANCE/OKX
currencyStringNtransfer coin
startTimeLongNStart time: timestamp
endTimeLongNEnd time: timestamp
pageIntegerNCurrent page, default=1, the min value=1
pageSizeIntegerNPage size, default=1000, the max value=1000

Response

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

Details

1. API Key

The deposit history for the MainPortfolio is obtained using the primary user's API key.

The deposit history of other Trading Portfolios under the primary user are required to obtain by their owned Trading Portfolio API.

Language