By denom

SupplyOf queries the supply of a single coin.

get

When called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.

Query parameters
denomstringOptional

denom is the coin denom to query balances for.

Responses
200
A successful response.
application/json
get
GET /cosmos/bank/v1beta1/supply/by_denom HTTP/1.1
Host: luna.nownodes.io
Accept: */*
{
  "amount": {
    "denom": "text",
    "amount": "text"
  }
}