Zum Hauptinhalt springen
GET
/
pools
/
info
/
list
Pools mit Paginierung auflisten
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/list
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "count": 123,
    "data": [
      {
        "id": "<string>",
        "type": "<string>",
        "programId": "<string>",
        "lpMint": "<string>",
        "mint1": {},
        "mint2": {},
        "tvl": 123,
        "lpPrice": 123,
        "farmOngoingCount": 123,
        "day": {},
        "week": {},
        "month": {}
      }
    ],
    "hasNextPage": true
  }
}

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.

Abfrageparameter

poolType
enum<string>
erforderlich
Verfügbare Optionen:
all,
concentrated,
standard,
allFarm,
concentratedFarm,
standardFarm
poolSortField
enum<string>
erforderlich
Verfügbare Optionen:
default,
liquidity,
volume24h,
fee24h,
apr24h,
volume7d,
fee7d,
apr7d,
volume30d,
fee30d,
apr30d
sortType
enum<string>
erforderlich
Verfügbare Optionen:
desc,
asc
pageSize
integer
erforderlich
Erforderlicher Bereich: 1 <= x <= 1000
page
integer
erforderlich
Erforderlicher Bereich: x >= 1

Antwort

200 - application/json

Success

Allgemeiner Antwort-Envelope. Das Feld data wird von jedem Endpunkt über allOf bereitgestellt und ist daher nicht im Basis-Envelope deklariert.

id
string
erforderlich

Anfrage-ID (UUID)

success
boolean
erforderlich

Gibt an, ob die Anfrage erfolgreich war

msg
string

Fehlermeldung, falls success den Wert false hat

data
object