跳轉到主要內容
GET
/
pools
/
line
/
position
取得 CLMM 倉位歷史
curl --request GET \
  --url https://api-v3.raydium.io/pools/line/position
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "count": 123,
    "line": [
      {}
    ]
  }
}

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.

查詢參數

id
string
必填

回應

200 - application/json

Success

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

id
string
必填

請求 ID(UUID)

success
boolean
必填

請求是否成功

msg
string

失敗時的錯誤訊息

data
object