get https://api.connex.trade/api/v1/deposit/address
Retrieve the deposit addresses of currencies and RapidX trading porfolio.
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- no rate limit
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
currency | String | Y | Asset |
network | String | Y | Supported currency-network for deposit 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 | Y | 1. To obtain the deposit address for trading portfolio, the "accountType" parameter is required and must be set to "portfolio". 2.To set your deposit destination exchange for trading portfolio, please use the "Set Deposit Exchange API". |
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 | Binance, OKX |
Details
1. API Key
API Key | Permission |
---|---|
Primary user’s API Key | Get the deposit address for the MainPortfolio. |
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 ConneX 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 ConneX.