---
title: "Get CLMM limit-order configurations"
method: GET
path: "/main/clmm-limit-order-config"
tags: ["Main"]
---

# Get CLMM limit-order configurations

`GET /main/clmm-limit-order-config`

Retrieve the per-pool limit-order configuration (whether limit orders are enabled,
the minimum order size, and the keeper public key) for pools that support limit
orders. Used by SDKs and UIs before calling `OpenLimitOrder`. Cached 60 seconds.

## Response `200`

Success

- object — Common response envelope. The `data` field is supplied by each endpoint's response schema via `allOf` and is therefore not declared on the base envelope.
  - `id` string, required — Request ID (UUID)
  - `success` boolean, required — Whether the request was successful
  - `msg` string — Error message if success is false
  - `data` object[]
    - `poolId` string
    - `enabled` boolean
    - `minOrderInputAmount` string — u64 stringified — minimum input the pool will accept
    - `limitOrderAdmin` string — Off-chain operational keeper authorized to settle/close orders on behalf of owners

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
