When called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.
A successful response.
pagination defines the pagination in the response.
Since: cosmos-sdk 0.43
const response = await fetch('https://zetachain.nownodes.io/cosmos/bank/v1beta1/supply', { method: 'GET', headers: {}, }); const data = await response.json();
{ "supply": [ { "denom": "text", "amount": "text" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }