---
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.
    - `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
    - `default_send_enabled` boolean

## 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/revisions/2a2e5bc4593a/schema)
