---
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.

---

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