Platform stats
Service-wide coverage stats: tokens indexed, swaps ingested (approximate), data span and freshness. No key needed.
The trust artifact: how much we index and how fresh it is, computed from our own store. swapsIngested is an approximate count read from catalog statistics (an exact count on a hypertable this size would be a heavy scan). The whole result is cached server-side for 60 seconds.
Response fields
| Field | Type | Description |
|---|---|---|
tokensIndexed | number | Tokens in our registry (exact). |
swapsIngested | number | Approximate total swaps indexed (catalog statistics, not COUNT(*)). |
earliestSwapAt | string | null | Oldest indexed swap (ISO time); null before any swap. |
latestSwapAt | string | null | Newest indexed swap (ISO time). |
freshnessSec | number | null | Seconds since the newest indexed swap. |
asOf | string | When this snapshot was computed (cached up to 60s). |
swapsIngested is approximate by design — treat it as an order-of-magnitude coverage signal, not an exact ledger.
Counts and timestamps only; the endpoint exposes no internal configuration.