Withdraw

Support withdrawal of tokens from Funding Account, Exchange Account and Trading Porfolio.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Tips

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

Request

Field nameTypeNecessaryRemarks
accountIdLongYTrade account ID or Portfolio ID
fromAccountTypeStringConditionalSource account type. Required for a RapidX Trading Portfolio: BINANCE, OKX or EDX. For a DMA exchange account, choose the standardized V2 value for its exchange and account mode. Standardized V2 values are recommended on this V1 endpoint; existing supported V1 values remain compatible. See Account Types.
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.
amountstringYQuantity(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.
rapidTransferBooleanConditionalNo longer in effect. Withdrawals are outside the scope of Rapid Transfer as of the 26 Aug 25th release. The field is still accepted so existing integrations keep working, but setting it to true changes nothing — the withdrawal goes on chain either way. See the Rapid Transfer guide.

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

See Account Types for the shared exchange-by-mode enum reference. Use the standardized V2 values for new integrations, including requests to this V1 endpoint. Existing supported V1 values remain compatible; for example, Binance MARGIN is accepted alongside MARGIN_CROSS.

For a DMA account, select the wallet type for its exchange and account mode. For a RapidX Portfolio, select BINANCE, OKX or EDX. Follow this endpoint’s rules for an LTP Funding Account. Enum compatibility does not change permissions or available routes.

Operational notes:

  • Transfers involving Binance Portfolio Margin may take approximately one hour due to exchange processing.
  • Switching a Gate account between Unified and Classic modes may take several minutes to half an hour to synchronize balances.

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

Source account type. Required for a RapidX Trading Portfolio: BINANCE, OKX or EDX. For a DMA exchange account, choose the standardized V2 value for its exchange and account mode. Standardized V2 values are recommended on this V1 endpoint; existing supported V1 values remain compatible. See Account Types.

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.

string
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
LoadingLoading…
Response
Choose an example:
application/json