Allowance

Allowance returns granted allwance 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
curl -L \
  --url 'https://atom.nownodes.io/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}'
{
  "allowance": {
    "granter": "text",
    "grantee": "text",
    "allowance": {
      "type_url": "text",
      "value": "Ynl0ZXM="
    }
  }
}

Last updated