denom is the coin denom to query balances for.
QuerySupplyOfResponse is the response type for the Query/SupplyOf RPC method.
GET //cosmos/bank/v1beta1/supply/by_denom HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "amount": { "denom": "text", "amount": "text" } }