الانتقال إلى المحتوى الرئيسي
GET
/
main
/
info
الحصول على إحصائيات سوق العقود الدائمة
curl --request GET \
  --url https://api-perp-v1.raydium.io/main/info
{
  "id": "<string>",
  "success": true,
  "data": {
    "volume": {
      "24h": 123,
      "7d": 123,
      "30d": 123
    },
    "openInterest": {
      "long": 123,
      "short": 123,
      "all": 123
    }
  }
}

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