---
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.

---

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