跳轉到主要內容
GET
/
main
/
clmm-limit-order-config
取得 CLMM 限價單設定
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

回應

200 - application/json

Success

通用回應封裝。data 欄位由各端點的回應 schema 透過 allOf 提供,因此不在基礎封裝中宣告。

id
string
必填

請求 ID(UUID)

success
boolean
必填

請求是否成功

msg
string

失敗時的錯誤訊息

data
object[]