/api/v1/exchanges/:id/currency_networks_info
Shows comprehensive information about supported currencies and each blockchain network available for deposit and withdrawal operations 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
Filters currencies that support deposit or withdrawal operations ('deposit' or 'withdraw'). If set to deposit, only currencies with deposit_enable: true are returned. If set to withdraw, only currencies with withdraw_enable: true are returned.
Example Request
Response Parameters
The ticker code or symbol of the currency (e.g. BTC, ETH, USDT).
The full formal name of the cryptocurrency.
Indicates whether deposits are currently enabled for this asset.
Indicates whether withdrawals are currently enabled for this asset.
Array detailing each supported blockchain network for transfers.
Network protocol identifier (e.g. BTC, BNB, ERC20, TRC20).
Full descriptive name of the blockchain network.
Indicates whether this is the default transfer network.
Whether deposit is currently operational on this network.
Whether withdrawal is currently operational on this network.
Informational notice or warning related to deposits on this network.
Informational notice or warning related to withdrawals on this network.
Special instructions (e.g. requiring a MEMO/Tag).
Estimated withdrawal transaction fee charged by the exchange.
Minimum allowable withdrawal amount.
Maximum allowable single withdrawal amount.
Regular expression pattern for validating destination wallet addresses.
Regular expression pattern for validating MEMO or tag inputs.
Flag indicating whether a MEMO / Tag / Payment ID is strictly required.