Get currencies

Retrieve the deposit, withdraw, and transfer currency info of Funding Account and Trading Portfolio.

Permission

  • As long as you have READpermission, the API can be called, regardless of whether it's a Primary API Key or Sub-Portfolio API Key.

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.
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.
currencyStringNE.g.BTC,USDT, etc.

Response

Field nameTypeRemarks
fromAccountStringFrom Account
toAccountStringTo Account
currencyStringCurrency
networkslist<networks>Network Details.Please see below.

Network Response

Field nameTypeRemarks
networkStringnetwork name
depositEnableStringtoAccount deposit status. (true/false)
minDepositStringtoAccount min deposit quantity
withdrawEnableStringfromAccount withdraw status. (true/false)
minWithdrawStringfromAccount min withdraw quantity
precisionStringAsset value in USDT.
estNetworkFeeStringEstimated Network Fee
Language