v1

latestSwagger 2.02026-07-17492548.9 KB
ICS20

Get the account balances

get/bank/balances/{address}

Path parameters

addressstring required

Account address in bech32 format

Response

Account balances

denomstring
amountstring

Example response

[
  {
    "denom": "steak",
    "amount": "50"
  }
]