Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/protocolpool/v1/continuous_funds/{recipient}

Path Parameters

recipient*string

recipient is the recipient address to query unclaimed budget amount for.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/protocolpool/v1/continuous_funds/string"
{
  "continuous_fund": {
    "recipient": "string",
    "percentage": "string",
    "expiry": "2019-08-24T14:15:22Z"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}