Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

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

Returns the current operational status of the chain and database. Served with CORS headers (used by widget embeds cross-origin).

Response

{
  "chain": "Base Sepolia",
  "chainId": 84532,
  "rpc": "https://sepolia.base.org",
  "database": "connected"
}
database is "connected" when a SELECT 1 against SESSION_DB succeeds, otherwise "unavailable".