get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/feegrant/v1beta1/allowance//
Returns fee granted to the grantee by the granter.
Parameters
Path
granter
:STRING
- Granter is the address of the user granting an allowance of their funds.grantee
:STRING
- Grantee is the address of the user being granted an allowance of another user's funds.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The grant information.
{
"allowance": {
"granter": "string",
"grantee": "string",
"allowance": {
"type_url": "string",
"value": "string"
}
}
}