Skip to main content

/cosmos/bank/v1beta1/supply/by_denom REST API Endpoint

Queries the supply of a single coin.

Updated on
May 9, 2024

/cosmos/bank/v1beta1/supply/by_denom REST API Endpoint

Query Parameters

denom
string
REQUIRED
The coin denom to query balances for

Returns

supply
array
An array of supply of 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.sei-pacific.quiknode.pro/cosmos/bank/v1beta1/supply?by_denom=usei'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free