Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

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

Returns platform-wide aggregates from the global_stats materialized view. Instant response.

Request

GET /v3/stats

Example

curl https://api.polynode.dev/v3/stats
{
  "total_fills": 1227599616,
  "total_redemptions": 160535696,
  "total_wallets": 2676595,
  "total_positions": "227857354",
  "total_realized_pnl": "2240414321986960",
  "total_gross_profit": "13881389085858405",
  "total_gross_loss": "-11640974763871445",
  "total_volume": "2149019620148621138",
  "elapsed_ms": 0
}
EndpointDescription
GET /v3/tradesGlobal trade feed. ?after=, ?before=, ?min_amount=, ?order=
GET /v3/feesFee events. ?after=, ?before=
GET /v3/fees/{receiver}Fees by receiver address
GET /v3/resolutionsRecent market resolutions with metadata
GET /v3/conditions/{id}Condition with payouts and market metadata