get https://api.connex.trade/api/v1/asset/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 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 | Currency |
Response
Field name | Type | Remarks |
---|---|---|
fromAccount | String | From Account |
toAccount | String | To Account |
currency | String | Currency |
> networks | String | network name |
> > 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 | Currency precision |
> > estNetworkFee | String | Estimated Network Fee |