A successful response.
pool defines the pool info.
const response = await fetch('https://akt.nownodes.io/cosmos/staking/v1beta1/pool', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pool": { "not_bonded_tokens": "text", "bonded_tokens": "text" } }