A successful response.
pagination defines an pagination for the response.
const response = await fetch('https://kava.nownodes.io/cosmos/base/tendermint/v1beta1/validatorsets/latest', { method: 'GET', headers: {}, }); const data = await response.json();
{ "block_height": "text", "validators": [ { "address": "text", "pub_key": { "type_url": "text", "value": "Ynl0ZXM=" }, "voting_power": "text", "proposer_priority": "text" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }