Returns lifetime totals: orders captured, fills, USDH volume, unique wallets, active + resolved market counts.Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Why use this
- Dashboard “totals” widgets.
- Sanity-check growth curves (volume over time).
- Confirm the indexer has captured the history you expect.
Response
| Field | Description |
|---|---|
lifetime_orders | Total order events captured |
lifetime_fills | Total filled trades |
lifetime_volume_usdh | SUM(px × sz) across all fills, USDH |
unique_wallets_seen | Distinct addresses with ≥1 fill |
active_markets | Outcomes currently live |
resolved_markets | Outcomes that have resolved |
open_positions | Wallet × asset pairs with non-zero amount |
open_orders | Currently resting in book |
indexed_since | Earliest event timestamp we’ve captured |