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
這個頁面有幫助嗎?