---
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.
    - `unbonding_time` string — unbonding_time is the time duration of unbonding.
    - `max_validators` integer — max_validators is the maximum number of validators.
    - `max_entries` integer — max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio).
    - `historical_entries` integer — historical_entries is the number of historical entries to persist.
    - `bond_denom` string — bond_denom defines the bondable coin denomination.
    - `min_commission_rate` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.net/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/versions/2a2e5bc4593a/schema)
