For the complete documentation index, see llms.txt. This page is also available as Markdown.

By denom

Balance queries the balance of a single coin for a single account.

get
Path parameters
addressstringRequired

address is the address to query balances for.

Query parameters
denomstringOptional

denom is the coin denom to query balances for.

Responses
200

A successful response.

application/json

QueryBalanceResponse is the response type for the Query/Balance RPC method.

get/cosmos/bank/v1beta1/balances/{address}/by_denom

Last updated

Was this helpful?