Skip to main content

/cosmos/bank/v1beta1/balances/{address}/by_denom REST API Endpoint

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

Updated on
May 15, 2024

/cosmos/bank/v1beta1/balances/{address}/by_denom REST API Endpoint

Path Parameters

address
string
REQUIRED
The address to query balances for

Query Parameters

denom
string
The coin denom to query balances for (e.g., usei)

Returns

balances
array
An array of balances of all the coins
denom
string
The denomination or identifier of the token
amount
string
The amount of the token held by the address
pagination
object
The pagination object which contains the following fields:
next_key
string
The key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results
total
string
The total number of results available if PageRequest.count_total was set, its value is undefined otherwise
Request
1
curl --location 'https://docs-demo.cosmos-mainnet.quiknode.pro/cosmos/bank/v1beta1/balances/cosmos1x6m7cwjd4wlr44ezq6sgcqv7whjm9pkqtgqq3y?by_denom=usei'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free