Skip to main content
GET
/
stats
/
{poolAddress}
Get pool statistics
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/stats/{poolAddress}
[
  {
    "startOfDay": 123,
    "feesUSD": "<string>",
    "volumeUSD": "<string>",
    "tvlUSD": "<string>",
    "volumeToken0": "<string>",
    "volumeToken1": "<string>",
    "liquidity": "<string>",
    "high": "<string>",
    "low": "<string>"
  }
]

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.

Path Parameters

poolAddress
string
required

Ethereum address (0x-prefixed, 40 hex characters)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x555570a286F15EbDFE42B66eDE2f724Aa1AB5555"

Response

200 - application/json

Response for status 200

startOfDay
number
required

Unix timestamp of day start

feesUSD
string
required

Fees in USD

volumeUSD
string
required

Volume in USD

tvlUSD
string
required

TVL in USD

volumeToken0
string

Volume in token0 (CL only)

volumeToken1
string

Volume in token1 (CL only)

liquidity
string

Liquidity (CL only)

high
string

High price (CL only)

low
string

Low price (CL only)