Allowance

Allowance returns fee granted to the grantee by the granter.

get
Path parameters
granteranyRequired

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

granteeanyRequired

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

Responses
application/json
objectOptional

QueryAllowanceResponse is the response type for the Query/Allowance RPC method.

get
GET /cosmos/feegrant/v1beta1/allowance/{granter}/{grantee} HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
  "allowance": {
    "granter": "text",
    "grantee": "text",
    "allowance": {
      "@type": "text",
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  }
}