A successful response.
pool defines community pool's coins.
const response = await fetch('https://inj.nownodes.io/cosmos/distribution/v1beta1/community_pool', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pool": [ { "denom": "text", "amount": "text" } ] }