A successful response.
Coin defines a token with a denomination and an amount.
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
const response = await fetch('https://lunc.nownodes.io/cosmos/bank/v1beta1/supply/by_denom', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": { "denom": "text", "amount": "text" } }