Get Deposit Address

🚧

Tips

Permission: READ.

Request

Field nameTypeNecessaryRemarks
currencyStringYAsset
networkStringYSupported 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
accountTypeStringConditional1. If you want to get Funding deposit address(main user). "accountType" is required.(accountType is your deposit destination: Connex)
2. If you want to get Trading Portfolio's Deposit Address, "accountType" is not required.

Response

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

Details

1. API Key

API KeyPermission
Primary user’s API KeyGet 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.
Language