Ana içeriğe atla
GET
/
pools
/
info
/
lps
LP mint'e göre pool'ları getir
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/lps
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": [
    {
      "id": "<string>",
      "type": "<string>",
      "programId": "<string>",
      "lpMint": "<string>",
      "mint1": {},
      "mint2": {},
      "tvl": 123,
      "lpPrice": 123,
      "farmOngoingCount": 123,
      "day": {},
      "week": {},
      "month": {}
    }
  ]
}

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.

Sorgu Parametreleri

lps
string
gerekli

Virgülle ayrılmış LP mint adresleri

Yanıt

200 - application/json

Success

Ortak yanıt zarfı. data alanı, allOf aracılığıyla her uç noktanın yanıt şeması tarafından sağlanır ve bu nedenle temel zarfta tanımlanmaz.

id
string
gerekli

İstek kimliği (UUID)

success
boolean
gerekli

İsteğin başarılı olup olmadığı

msg
string

Başarısız durumlarda hata mesajı

data
object[]