Get Balance

Warning: This API has been deprecated. Please use Wallets. Contact your sales representative if you require additional blockchain support.

GET /assets/asset-accounts/{AssetAccountId}/balance

Gets the on chain balance of the assets associated with the specified AssetAccount id.

Required Permissions

NameConditions

Balances:Read

Always Required

PublicKeys:Read

Always Required

Parameters

Path parameters

Path parameterDescription

AssetAccountId

Unique identifier of the AssetAccount like: aa-orange-magnesium-a0606d08b2

Response

Response example

balance is denominated in the smallest unit of the asset type - eg. WEI for ETH, Satoshi for BTC, etc. maxUnitBalance is denominated in the largest unit - eg. ETH or BTC.

{
   "id": "aa-network-burger-21cb681b2c",
   "assetSymbol": "ETH",
   "balance": "249979348805298000", 
   "maxUnitBalance": ".2499"
}

Last updated