Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/feegrant/v1beta1/allowance/{granter}/{grantee}

Path Parameters

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.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/feegrant/v1beta1/allowance/string/string"
{
  "allowance": {
    "granter": "string",
    "grantee": "string",
    "allowance": {
      "type_url": "string",
      "value": "string"
    }
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}