---
title: "ContinuousFunds queries all continuous funds in the store."
method: GET
path: "/cosmos/protocolpool/v1/continuous_funds"
tags: ["Query"]
---

# ContinuousFunds queries all continuous funds in the store.

`GET /cosmos/protocolpool/v1/continuous_funds`

## Response `200`

A successful response.

- CosmosProtocolpoolV1QueryContinuousFundsResponse — QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFunds RPC method.
  - `continuousFunds` CosmosProtocolpoolV1ContinuousFund[] — ContinuousFunds defines all continuous funds in state.
    - `recipient` string — Recipient is the address string of the account receiving funds.
    - `percentage` string — Percentage is the percentage of funds to be allocated from Community pool.
    - `expiry` string, date-time — Optional, if expiry is set, removes the state object when expired.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-06-26** `4d2f0cb0a49d` — 1 info
  - endpoint added
- **2023-11-17** `f416fba3183f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api/changes/cosmos/protocolpool/v1/continuous_funds/get.md)

---

[API](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.dev/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
