---
title: "Params returns the total set of x/protocolpool parameters."
method: GET
path: "/cosmos/protocolpool/v1/params"
tags: ["Query"]
---

# Params returns the total set of x/protocolpool parameters.

`GET /cosmos/protocolpool/v1/params`

## Response `200`

A successful response.

- CosmosProtocolpoolV1QueryParamsResponse — QueryParamsResponse is the response type for the Query/Params RPC method.
  - `params` CosmosProtocolpoolV1Params — Params defines the parameters for the protocolpool module.
    - `distribution_frequency` string, uint64 — DistributionFrequency is the frequency (in terms of blocks) that funds are distributed out from the x/protocolpool module.
    - `enabled_distribution_denoms` string[] — EnabledDistributionDenoms lists the denoms that are allowed to be distributed. This is to avoid spending time distributing undesired tokens to continuous funds and budgets.

## 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/params/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)
