get https://api.liquiditytech.com/api/v1/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 name | Type | Necessary | Remarks |
---|---|---|---|
currency | String | Y | Asset |
network | String | Y | Supported currency-network for deposit Funding account: BTC-BTC ETH-ERC20 BNB-BSC USDT-TRC20/ERC20/BSC USDC-ERC20/BSC Trading Portfolio: Supported both Binance and OKX BTC-BTC BNB-BSC USDT-TRC20/ARBITRUM/AVAXC/OPTIMISM TRX-TRC20 SOL-SOL LDO-ERC20 ETH-ERC20 DOGE-DOGE USDC-AVAXC/ERC20 Supported Binance Only BTC-BSC USDT-BSC/ERC20 AUCTION-ERC20 |
accountType | String | Conditional | 1. 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 name | Type | Remarks |
---|---|---|
id | Long | addressId |
currency | String | currency |
network | String | network |
address | String | address |
createdAt | Long | create timestamp |
minimum | String | minimum deposit amount |
accountType | String | LTP, Binance, OKX |
Details
1. API Key
API Key | Permission |
---|---|
Primary user’s API Key | Get 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.