Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-v3.raydium.io/main/clmm-limit-order-config
{ "id": "<string>", "success": true, "msg": "<string>", "data": [ { "poolId": "<string>", "enabled": true, "minOrderInputAmount": "<string>", "limitOrderAdmin": "<string>" } ] }
获取支持限价单的池的配置信息,包括是否启用限价单、最小订单金额及 keeper 公钥。在调用 OpenLimitOrder 前,SDK 和 UI 可通过此接口进行查询。缓存 60 秒。
OpenLimitOrder
Success
通用响应封装。data 字段由各接口的响应 schema 通过 allOf 提供,因此未在基础封装中声明。
data
allOf
请求 ID(UUID)
请求是否成功
失败时的错误信息
Show child attributes
此页面对您有帮助吗?