get
https://api.connex.trade/api/v1/asset/getAccountCurrencyInfo
Retrieve account balance of Funding Account. It offers the option to query by either accountId or currency.
Permission
- Primary API Key:
READ, retrieve account balance of Funding Account. - Sub-Portfolio API Key: Not Supported
For retrieving balance and asset details of trading portfolio, please use Trade asset api
Rate Limit
- 3 requests per 10 seconds
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| accountId | String | N | CONNEX account ID. Support multiple accountIds, separated by commas. E.g. 10001,10002,10003. |
| currency | String | N | Name of asset. Does not support retrieving information for multiple coins simultaneously. |
Response
| Field name | Type | Remarks |
|---|---|---|
| accountId | Long | Account ID. |
| accountNote | String | Customized account note on CONNEX dashboard |
| venues | String | E.g. Funding account, etc. |
| accountType | String | Type of exchange account that can be used to transfer or withdrawal funds |
| totalUsdt | String | Equivalent USDT value of List<AssetInfoVO>. |
| assetInfo | List<AssetInfoVO> | Please see below. |
AssetInfoVO Response
| Field name | Type | Remarks |
|---|---|---|
| currency | String | Name of asset. |
| totalBalance | String | Available + Frozen Balance. |
| available | String | Available balance. |
| withdrawAvailable | String | The amount you are available to transfer out or withdraw from your account. |
| frozen | String | Asset cannot be used due to being currently occupied or for other reasons. |
| valueUsdt | String | Asset value in USDT. |
