cURL
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 } } }
Returns 24h/7d/30d trading volume and open interest (long/short/total).
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Market info retrieved.
Show child attributes
Was this page helpful?