assets

Account balances in all assets

Get account balances in all assets (excluding WAVES and NFTs) at a given address

get/assets/balance/{address}

Path parameters

addressstring required
Example:3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k

Address base58 encoded

Response

successful operation

addressstring required

Example response

{
  "balances": [
    {
      "issueTransaction": {
        "assetId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
        "decimals": 2
      }
    }
  ]
}

Changes