A successful response.
pagination defines the pagination in the response.
const response = await fetch('https://thor.nownodes.io/cosmos/bank/v1beta1/denom_owners_by_query', { method: 'GET', headers: {}, }); const data = await response.json();
{ "denom_owners": [ { "address": "text", "balance": { "denom": "text", "amount": "text" } } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }