---
title: "ContinuousFund queries a continuous fund by the recipient is is associated with."
method: GET
path: "/cosmos/protocolpool/v1/continuous_funds/{recipient}"
tags: ["Query"]
---

# ContinuousFund queries a continuous fund by the recipient is is associated with.

`GET /cosmos/protocolpool/v1/continuous_funds/{recipient}`

## Path parameters

- `recipient` string, required

## Response `200`

A successful response.

- CosmosProtocolpoolV1QueryContinuousFundResponse — QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFund RPC method.
  - `continuous_fund` CosmosProtocolpoolV1ContinuousFund — ContinuousFund defines the fields of continuous fund proposal.
    - `expiry` string, date-time — Optional, if expiry is set, removes the state object when expired.
    - `percentage` string — Percentage is the percentage of funds to be allocated from Community pool.
    - `recipient` string — Recipient is the address string of the account receiving funds.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/protocolpool/v1/continuous_funds/:recipient/get.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
