API Reference

Get Deposit Address

Retrieve the deposit addresses of currencies, including funding account and RapidX trading porfolio

๐Ÿšง

Tips

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

Request

Field nameTypeNecessaryRemarks
currencyStringYAsset
networkStringYSupported currency-network for deposit.Please refer to the Get Currencies interface for details.
accountTypeStringConditional1. If you want to get Trading Portfolio's deposit address. "accountType" is required.(accountType is your deposit destination: LTP/BINANCE/OKX) 2. If you want to get Funding Account Deposit Address(main user), "accountType" is not required.

Response

Field nameTypeRemarks
idLongaddressId
currencyStringcurrency
networkStringnetwork
addressStringaddress
createdAtLongcreate timestamp
minimumStringminimum deposit amount
accountTypeStringLTP, Binance, OKX

Details

1. API Key

API KeyPermission
Primary userโ€™s API KeyGet the deposit address for the MainPortfolio.
Get the deposit address for funding account.
Trading Portfolio API Key:Get the deposit address for their belonging trading portfolio.

2. Important Note

  • Before making a deposit, be sure to call this endpoint and check the deposit address first.
  • The LTP system will record the last combination of coin, newtork, and exchange that the user has queried, and will deposit the funds into the exchange of that combination.
  • To avoid depositing to an unintended exchange, please do not repeatedly query the deposit address for the same coin + chain, but different exchanges, within the same Trading Portfolio.
  • Example:
    • You queried the USDT+TRC20 deposit address for the Binance exchange in a Trading Portfolio, and deposited funds to that wallet address.
    • You should wait for the deposit of USDT+TRC20 forBinance exchange to be completed before querying the USDT+TRC20+OKX deposit address to prevent sending your funds potentially to your Binance exchange under your portfolio.
    • There will be blockchain network fees for external address deposits to the Trading Portfolio, and these fees are not charged by LTP.
Language