Allowance

Allowance returns fee granted to the grantee by the granter.

get
Path parameters
granterstringRequired

granter is the address of the user granting an allowance of their funds.

granteestringRequired

grantee is the address of the user being granted an allowance of another user's funds.

Responses
200
A successful response.
application/json
get
GET /cosmos/feegrant/v1beta1/allowance/{granter}/{grantee} HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "allowance": {
    "granter": "text",
    "grantee": "text",
    "allowance": {
      "@type": "text",
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  }
}