Skip to main content
GET
/
main
/
info
Get main statistics
curl --request GET \
  --url https://api-v3.raydium.io/main/info
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "tvl": 123,
    "volume24": 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.

Response

200 - application/json

Success

Common response envelope. The data field is supplied by each endpoint's response schema via allOf and is therefore not declared on the base envelope.

id
string
required

Request ID (UUID)

success
boolean
required

Whether the request was successful

msg
string

Error message if success is false

data
object