Last updated 7 months ago
A successful response.
allowances are allowance's granted for grantee by granter.
pagination defines an pagination for the response.
const response = await fetch('https://agoric.nownodes.io/cosmos/feegrant/v1beta1/allowances/{grantee}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "allowances": [ { "granter": "text", "grantee": "text", "allowance": { "type_url": "text", "value": "Ynl0ZXM=" } } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }