Skip to main content

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.

Returns lifetime totals: orders captured, fills, USDH volume, unique wallets, active + resolved market counts.

Endpoint

GET /v1/stats

Why use this

  • Dashboard “totals” widgets.
  • Sanity-check growth curves (volume over time).
  • Confirm the indexer has captured the history you expect.

Response

{
  "lifetime_orders": 149363,
  "lifetime_fills": 27118,
  "lifetime_volume_usdh": "1147289.829980",
  "unique_wallets_seen": 1325,
  "active_markets": 1,
  "resolved_markets": 0,
  "open_positions": 1239,
  "open_orders": 659,
  "indexed_since": {
    "us": 1777719604322000,
    "iso": "2026-05-02T11:00:04.322+00:00",
    "relative": "6h ago"
  }
}
FieldDescription
lifetime_ordersTotal order events captured
lifetime_fillsTotal filled trades
lifetime_volume_usdhSUM(px × sz) across all fills, USDH
unique_wallets_seenDistinct addresses with ≥1 fill
active_marketsOutcomes currently live
resolved_marketsOutcomes that have resolved
open_positionsWallet × asset pairs with non-zero amount
open_ordersCurrently resting in book
indexed_sinceEarliest event timestamp we’ve captured

Examples

curl -H "X-API-Key: hip4_live_..." \
  https://hip4.polynode.dev/api/v1/stats