Last updated 2 years ago
Was this helpful?
address is the address to query balances for.
denom is the coin denom to query balances for.
QueryBalanceResponse is the response type for the Query/Balance RPC method.
GET /cosmos/bank/v1beta1/balances/{address}/by_denom HTTP/1.1 Host: Accept: */*
A successful response.
{ "balance": { "denom": "text", "amount": "text" } }