A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/grant_authorizations/{granter}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "total_grant_amount": "text", "grants": [ { "grantee": "text", "amount": "text" } ] }