API Reference

Get Currencies

Retrieve information on supported currencies for deposit, withdrawal, and transfer across Funding Accounts, Trading Portfolios, Custody Accounts and Exchange Accounts.

🚧

Tips

Applies to user's API Key only. Permission: READ.

Rate Limit: 3 requests per 10 seconds.

Request

Field nameTypeNecessaryRemarks
fromAccountStringConditionalFromAccount
Either fromAccount or toAccount is required. If only FromAccount is passed, the scenario will be the withdraw info. If both are passed, the scenario will be the transfer info.

E.g. Funding Account, Trading Portfolio-Binance, Trading Portfolio-OKX, CL Trading Account, Binance, OKX, Bybit, Kucoin, Gate, Bitget"
toAccountStringConditionalToAccount
Either fromAccount or toAccount is required. If only toAccount is passed, the scenario will be the deposit info. If both are passed, the scenario will be the transfer info.

E.g. Funding Account, Trading Portfolio-Binance, Trading Portfolio-OKX, CL Trading Account, Binance, OKX, Bybit, Kucoin, Gate, Bitget"
currencyStringNCurrency

Response

Field nameTypeRemarks
fromAccountStringFrom Account
toAccountStringTo Account
currencyStringCurrency
> networksStringnetwork name
> > networkStringnetwork name
> > depositEnableStringtoAccount deposit status, true, false
> > minDepositStringtoAccount min deposit quantity
> > withdrawEnableStringfromAccount withdraw status, true, false
> > minWithdrawStringfromAccount min withdraw quantity
> > precisionStringCurrency precision
> > estNetworkFeeStringEstimated Network Fee
Language