_getCoinSupplyByDenom

SupplyOf queries the supply of a single coin.

Parameters

Path

  • denom: STRING - The coin denom to query the metadata for.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/bank/v1beta1/supply/uatom" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'

Returns

  • OBJECT - The supply information of a coin.
{
  "amount": {
    "denom": "uatom",
    "amount": "374334194702180"
  }
}

Try Yourself

Language
Click Try It! to start a request and see the response here!