Skip to main content
GET
/
stats
Get protocol statistics
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/stats
[
  {
    "legacy": {
      "startOfDay": 1709510400,
      "volumeUSD": "1234567.89",
      "tvlUSD": "9876543.21",
      "feesUSD": "12345.67",
      "voterFeesUSD": "1234.56"
    },
    "cl": {
      "startOfDay": 1709510400,
      "volumeUSD": "1234567.89",
      "tvlUSD": "9876543.21",
      "feesUSD": "12345.67",
      "voterFeesUSD": "1234.56"
    },
    "timestamp": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Response for status 200

legacy
object
required

Protocol-wide daily statistics

Example:
{
  "startOfDay": 1709510400,
  "volumeUSD": "1234567.89",
  "tvlUSD": "9876543.21",
  "feesUSD": "12345.67",
  "voterFeesUSD": "1234.56"
}
cl
object
required

Protocol-wide daily statistics

Example:
{
  "startOfDay": 1709510400,
  "volumeUSD": "1234567.89",
  "tvlUSD": "9876543.21",
  "feesUSD": "12345.67",
  "voterFeesUSD": "1234.56"
}
timestamp
number
required

Unix timestamp