/api/v1/exchanges/:id/deposit_data
Returns the cryptocurrency deposit address, tag/memo, and balance breakdown for a specific currency and blockchain network on the connected exchange account.
Supported Exchanges
This endpoint works exclusively for: Binance Spot, Binance US, OKX Spot.
Path Parameters
Unique Quentrade UUID of this exchange account entity.
Query Parameters
Currency code/symbol to retrieve deposit data for (e.g. BTC, ETH, USDT).
Name of the blockchain network for this currency (e.g. BTC, ERC20, TRC20, BNB).
Example Request
Response Parameters
The cryptocurrency wallet address for deposits.
Tag, memo, or payment ID required for deposits (if applicable, otherwise empty string).
The amount of this currency currently available for trading or transfer.
The amount of this currency currently locked in active open orders.
The total balance held in this currency on this exchange account.