API Reference

Withdraw

Support withdrawal of tokens from funding account, exchange account and trading porfolio

🚧

Tips

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

Request

Field nameTypeNecessaryRemarks
accountIdLongYTrade account ID or Portfolio ID
fromAccountTypeStringConditionalWhen it's the withdrawal of Trading Portfolio, this field is required. fromAccountType(for Trading Portfolio): OKX, BINANCE

- When fromAccount is not a Trading Portfolio: fromAccountType(for Exchange Account): Please check the list below.
currencyStringYCurrency
networkStringYNetwork
addressStringYAddress
memoStringNCheck if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets.
amountDoubleYQuantity(minimum amount :
0.01 BTC ;
0.1 ETH ;
100 USDT )
addressTagStringNAddress tag is the label you entered for your address at LTP, which is different than memo.
clientOrderIdStringNThe unique user-defined id
loanTransBooleanNOnly the trading account from OKX exchange supports this feature. Other accounts don't support this feature.
rapidTransferBooleanConditionalRapid Transfer only supports USDT currently, and allows transfers between five exchanges, including Binance, Bybit, OKX, Coinbase, and Gate.

Response

Field nameTypeRemarks
dataLongWithdraw id

Details

1. API Key

API KeyPermission
Primary user’s API KeySupports withdrawals from all Trading Portfolios under the primary user.
Trading Portfolio API Key:Can only be used to withdraw from the Trading Portfolio associated with that API key.

2. Account Type

Exchangefrom Account type
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
GateClassic 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
LTP - Trading Portfolio BINANCE, OKX

3. Network

  • This field will only take effect in cross-exchange transfers.
  • If you want to select a specific network to transfer, please select according to the following fields.
Network Field
TRC20, BTC, ERC20, BSC, APT, ADA, ALGO, AVAXC, DOGE, EGLD, ETC,
IOTA, KSM, NEO3, ONT, QTUM, THETA, XMR, ZEC, DOT, FTM, MATIC,
SOL, OPTIMISM, ARBITRUM, RON, LTC, EOS, XRP, BOBA, FIL, CFX, BCH, NEAR
Body Params
int64
required

Trade account ID or Portfolio ID

string

Outgoing trade account type

string
required

Currency

string
required

Network

string
required

Address

string

Check if the receiving platform requires you to include a tag/memo. If required, ensure the tag/memo is correct to avoid losing your assets.

double
required

Quantity(mininum amount : 0.01 BTC ; 0.1 ETH ; 100 USDT )

string

Address tag is the label you entered for your address at LTP, which is different than memo.

string

The unique user-defined id

boolean
Defaults to false

Only the trading account from OKX exchange supports this feature. Other accounts don't support this feature.

boolean
Defaults to false

Rapid Transfer currently supports USDT withdrawals from five exchanges: Binance, Bybit, OKX, Coinbase, and Gate. The rapid transfer system will be prioritized. If the transaction does not meet the Rapid Transfer System criteria, the standard transfer process will be used instead.

Response

Language
Choose an example:
application/json