A successful response.
authorizations is a list of grants granted for grantee by granter.
pagination defines an pagination for the response.
const response = await fetch('https://inj.nownodes.io/cosmos/authz/v1beta1/grants', { method: 'GET', headers: {}, }); const data = await response.json();
{ "grants": [ { "authorization": { "type_url": "text", "value": "Ynl0ZXM=" }, "expiration": "2024-12-22T01:42:04.148Z" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }