Get Account Balance

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 nameTypeNecessaryRemarks
accountIdStringNCONNEX account ID. Support multiple accountIds, separated by commas. E.g. 10001,10002,10003.
currencyStringNName of asset. Does not support retrieving information for multiple coins simultaneously.

Response

Field nameTypeRemarks
accountIdLongAccount ID.
accountNoteStringCustomized account note on CONNEX dashboard
venuesStringE.g. Funding account, etc.
accountTypeStringType of exchange account that can be used to transfer or withdrawal funds
totalUsdtStringEquivalent USDT value of List<AssetInfoVO>.
assetInfoList<AssetInfoVO>Please see below.

AssetInfoVO Response

Field nameTypeRemarks
currencyStringName of asset.
totalBalanceStringAvailable + Frozen Balance.
availableStringAvailable balance.
withdrawAvailableStringThe amount you are available to transfer out or withdraw from your account.
frozenStringAsset cannot be used due to being currently occupied or for other reasons.
valueUsdtStringAsset value in USDT.
Language