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

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