---
title: "Params queries the parameters of x/bank module."
method: GET
path: "/cosmos/bank/v1beta1/params"
tags: ["Query"]
---

# Params queries the parameters of x/bank module.

`GET /cosmos/bank/v1beta1/params`

## Response `200`

A successful response.

- CosmosBankV1beta1QueryParamsResponse — QueryParamsResponse defines the response type for querying x/bank parameters.
  - `params` CosmosBankV1beta1Params — Params defines the parameters for the bank module.
    - `default_send_enabled` boolean
    - `send_enabled` CosmosBankV1beta1SendEnabled[] — Deprecated: Use of SendEnabled in params is deprecated. For genesis, use the newly added send_enabled field in the genesis object. Storage, lookup, and manipulation of this information is now in the keeper. As of cosmos-sdk 0.47, this only exists for backwards compatibility of genesis files.
      - `denom` string
      - `enabled` boolean

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_ParamsMixin69` removed and replaced with `EvidenceQuery_ParamsMixin69`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_ParamsMixin69` removed and replaced with `UpgradeQuery_ParamsMixin69`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_ParamsMixin69` removed and replaced with `CircuitQuery_ParamsMixin69`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_ParamsMixin68` removed and replaced with `AuthQuery_ParamsMixin69`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_ParamsMixin62` removed and replaced with `FeegrantQuery_ParamsMixin68`

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