API Reference

Withdrawal History

Retrieve withdrawal history for a specific period.

🚧

Tips

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

Request

Field nameTypeNecessaryRemarks
idLongNThe same as the Withdraw ID on the dashboard
statusIntegerNWithdrawal Status: 1: Not Approved 2: Approved - Approved Passed 3: Executed Successfully 4: Executed Failed 5: Approved - Approved Rejected
accountIdLongNApplicable to exchange account's ID, funding account's ID, CL Trading account's ID and Trading Portfolio's ID.
fromAccountTypeStringNOutgoing trade account type; When it's the withdrawal of Trading Portfolio, this field is required. fromAccountType: BINANCE, OKX
currencyStringNCurrency
startTimeLongNStart time: timestamp
endTimeLongNEnd time: timestamp
pageIntegerNPage
pageSizeIntegerNPage size

Response

Field nameTypeRemarks
IdLongThe same Withdraw ID as on the dashboard
accountIdLongApplicable to exchange account's ID, funding account's ID, CL Trading account's ID and Trading Portfolio's ID.
fromAccountTypeStringWhen it's the withdrawal of Trading Portfolio, this field is required. fromAccountType(for Trading Portfolio): BINANCE, OKX.
When fromAccount is not a Trading Portfolio: fromAccountType(for Exchange Account): Please check the list below.
currencyStringCurrency
networkStringNetwork
memoStringCheck if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets.
addressStringAddress
AddressTagStringAddress tag is the label you entered for your address at LTP, which is different than memo.
amountDoubleAmount
statusIntegerWithdrawal Status: 1: Not Approved 2: Approved - Approved Passed 3: Executed Successfully 4: Executed Failed 5: Approved - Approved Rejected
txIdStringTransaction ID: From withdrawal account to custodian
txId2StringTransaction ID: From custodian to external wallet
infoStringError reason
applyTimeStringApply time

FromAccountType Enum

BinanceClassic Account: Spot, Margin, USDT/C-M, Coin-M
PM Account: Spot, Margin-PM
For transfer of Margin-PM account, it may take approximately one hour due to processing times at the exchange.
OKXFunding, Trading
BybitClassic Account: Spot, Funding, USDT-M, Coin-M
PM Account: Funding, Trading, Coin-M
KucoinFunding, Trading, USDT/C-M, Coin-M
Gate Classic Account: Spot, USDT-M Delivery Account, USDT-M Perpetual Account, BTC-M Perpetual Account
PM Account: Unified Account, USDT-M Delivery Account, USDT-M Perpetual Account(Depends if you open the setting), BTC-M Perpetual Account
Switching between Unified Account and Classic Account may take several minutes to half an hour to synchronize the balance.
BitgetSpot, Margin, USDT-M, USDC-M, Coin-M
Language