ICS20
Get the account balances
get/bank/balances/{address}
Path parameters
addressstring required
Account address in bech32 format
Response
Account balances
Example response
[
{
"denom": "steak",
"amount": "50"
}
]Account address in bech32 format
Account balances
[
{
"denom": "steak",
"amount": "50"
}
]