---
title: "Params queries the parameters of x/dex module."
method: GET
path: "/coreum/dex/v1/params"
tags: ["Query"]
---

# Params queries the parameters of x/dex module.

`GET /coreum/dex/v1/params`

## Response `200`

A successful response.

- CoreumDexV1QueryParamsResponse — QueryParamsResponse defines the response type for querying x/dex parameters.
  - `params` CoreumDexV1Params — Params keeps gov manageable parameters.
    - `default_unified_ref_amount` string
    - `price_tick_exponent` integer
    - `quantity_step_exponent` integer
    - `max_orders_per_denom` string, uint64
    - `order_reserve` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
      - `denom` string
      - `amount` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-17** `2a2e5bc4593a` — 1 info
  - api operation id `GithubComCoreumFoundationCoreumV5XDexTypesParams` removed and replaced with `GithubComCoreumFoundationCoreumV6XDexTypesParams`
- **2024-10-02** `fe7f82691f29` — 1 info
  - api operation id `GithubComCoreumFoundationCoreumV4XDexTypesParams` removed and replaced with `GithubComCoreumFoundationCoreumV5XDexTypesParams`
- **2024-09-24** `e2df762a03f6` — 1 info
  - endpoint added
- **2023-09-11** `aaa274f20b71` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coreumfoundation/apis/title-goes-here/changes/coreum/dex/v1/params/get.md)

---

[API](https://skmtc.dev/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.dev/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/revisions/2a2e5bc4593a/schema)
