Grant authorizations

Retrieves the grant authorization amount for a granter and grantee

get
Path parameters
granteranyrequired
Responses
curl -L \
  --url 'https://inj.nownodes.io/injective/exchange/v1beta1/grant_authorizations/{granter}'
{
  "total_grant_amount": "text",
  "grants": [
    {
      "grantee": "text",
      "amount": "text"
    }
  ]
}