get
https://api.connex.trade/api/v1/asset/currencies/portfolio/deposit
Retrieve Estimated Network Fee for Deposits.
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
- To be confirmed
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| toAccount | String | Y | E.g. Trading Portfolio-Binance, Trading Portfolio-OKX. |
| currency | String | N | E.g.BTC,USDT, etc. |
Response
| Field name | Type | Remarks |
|---|---|---|
| fromAccount | String | From 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 |
| precision | String | Asset value in USDT. |
| estNetworkFee | String | Estimated Network Fee |
