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

- object — QueryParamsResponse is response type for the Query/Params RPC method.
  - `params` object — params holds all the parameters of this 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/kiiglobal/apis/kiichain-pay-backend.md) · [All operations](https://skmtc.net/kiiglobal/apis/kiichain-pay-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiiglobal/kiichain-pay-backend/revisions/8951249f5b63/schema)
