Passer au contenu principal
GET
/
main
/
info
Obtenir les statistiques du marché perpétuel
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.

Réponse

200 - application/json

Informations de marché récupérées.

id
string
success
boolean
data
object