---
title: "Params queries all parameters."
method: GET
path: "/cosmos/auth/v1beta1/params"
tags: ["Query"]
---

# Params queries all parameters.

`GET /cosmos/auth/v1beta1/params`

## Response `200`

A successful response.

- CosmosAuthV1beta1QueryParamsResponse — QueryParamsResponse is the response type for the Query/Params RPC method.
  - `params` CosmosAuthV1beta1Params — Params defines the parameters for the auth module.
    - `max_memo_characters` string, uint64
    - `tx_sig_limit` string, uint64
    - `tx_size_cost_per_byte` string, uint64
    - `sig_verify_cost_ed25519` string, uint64
    - `sig_verify_cost_secp256k1` string, uint64

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