Zum Hauptinhalt springen
GET
/
pool
/
default-list
Standard-Perp-Pool-Liste abrufen
curl --request GET \
  --url https://api-perp-v1.raydium.io/pool/default-list
{
  "id": "<string>",
  "success": true,
  "data": [
    {
      "symbol": "BTC/USDC",
      "volume24h": "<string>",
      "volume7d": "<string>",
      "volume30d": "<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.

Antwort

200 - application/json

Pool-Liste erfolgreich abgerufen.

id
string
success
boolean
data
object[]