Get currencies

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

🚧

Tips

Applies to portfolio's API Key. 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.
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.
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