메인 콘텐츠로 건너뛰기
GET
/
pool
/
default-list
기본 무기한 선물 풀 목록 조회
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.

응답

200 - application/json

풀 목록 조회 완료.

id
string
success
boolean
data
object[]