A successful response.
pagination defines the pagination in the response.
const response = await fetch('//osmo.nownodes.io/osmosis/gamm/v1beta1/filtered_pools', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pools": [ { "type_url": "text", "value": "Ynl0ZXM=" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }