get https://api.connex.trade/api/v1/asset/currencies
Retrieve the deposit, withdraw, and transfer currency info of Funding Account and Trading Portfolio.
Permission
- As long as you have
READ
permission, 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 name | Type | Necessary | Remarks |
---|---|---|---|
fromAccount | String | Conditional | FromAccount: 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. |
toAccount | String | Conditional | ToAccount: 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. |
currency | String | N | E.g.BTC,USDT, etc. |
Response
Field name | Type | Remarks |
---|---|---|
fromAccount | String | From Account |
toAccount | String | To Account |
currency | String | Currency |
networks | list<networks> | Network Details.Please see below. |
Network Response
Field name | Type | Remarks |
---|---|---|
network | String | network name |
depositEnable | String | toAccount deposit status. (true/false) |
minDeposit | String | toAccount min deposit quantity |
withdrawEnable | String | fromAccount withdraw status. (true/false) |
minWithdraw | String | fromAccount min withdraw quantity |
precision | String | Asset value in USDT. |
estNetworkFee | String | Estimated Network Fee |