Skip to main content
GET
/
health
Check API health
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/health
{
  "id": "<string>",
  "numberOfPools": 123,
  "numberOfTokens": 123,
  "lastIndexedAt": 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

Indexer health status

Indexer health status

id
string
required

Status identifier

numberOfPools
number | null
required

Total number of indexed pools

numberOfTokens
number | null
required

Total number of indexed tokens

lastIndexedAt
number | null
required

Unix timestamp of last index update