When called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.
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: zetachain.nownodes.io Accept: */*
A successful response.
{ "amount": { "denom": "text", "amount": "text" } }