---
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.
    - `enabledDistributionDenoms` 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.
    - `distributionFrequency` string, uint64 — DistributionFrequency is the frequency (in terms of blocks) that funds are distributed out from the x/protocolpool module.

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