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
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
accountTypeStringdeposit destination
currencyStringCurrency
networkStringNetwork
addressStringAddress
amountDoubleAmount
statusLongStatus: 2: Executing 3: Executed Successfully 4: Executed Failed
txIdStringTransaction ID
infoStringError reason
applyTimeStringApply time
rapidTransferBooleanReturn "Rapid Transfer" if used; otherwise, "False."

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.

Query Params
int64

accountId

string

deposit destination : LTP、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

Response

Language
Choose an example:
application/json