---
title: "Parameters queries the staking parameters."
method: GET
path: "/cosmos/staking/v1beta1/params"
tags: ["Query"]
---

# Parameters queries the staking parameters.

`GET /cosmos/staking/v1beta1/params`

## Response `200`

A successful response.

- CosmosStakingV1beta1QueryParamsResponse — QueryParamsResponse is response type for the Query/Params RPC method.
  - `params` CosmosStakingV1beta1Params — Params defines the parameters for the x/staking module.
    - `bond_denom` string — bond_denom defines the bondable coin denomination.
    - `historical_entries` integer — historical_entries is the number of historical entries to persist.
    - `max_entries` integer — max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio).
    - `max_validators` integer — max_validators is the maximum number of validators.
    - `min_commission_rate` string
    - `unbonding_time` string — unbonding_time is the time duration of unbonding.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - api operation id `EvidenceQuery_ParamsMixin138` removed and replaced with `EvidenceQuery_ParamsMixin149`
- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_ParamsMixin138` removed and replaced with `EvidenceQuery_ParamsMixin138`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_ParamsMixin138` removed and replaced with `UpgradeQuery_ParamsMixin138`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_ParamsMixin138` removed and replaced with `CircuitQuery_ParamsMixin138`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_ParamsMixin137` removed and replaced with `AuthQuery_ParamsMixin138`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/staking/v1beta1/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)
