Documentation Index
Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
polynode exclusive — no other Polymarket data provider aggregates partial fills into order-level events.
Filters
| Filter | Type | Description |
|---|---|---|
wallet_addresses | string[] | Wallets to watch (maker or taker on any fill). Max 500. |
min_total_usd | number | Minimum total order size in USD. |
How It Works
When an order is filled across multiple transactions, polynode buffers the individual fills. After 30 seconds with no new fills for thatorder_hash, the buffered fills are aggregated and delivered as a single event.
Payload
Fields
| Field | Type | Description |
|---|---|---|
order_hash | string | The CLOB order hash |
fill_count | number | Number of partial fills aggregated |
total_usd | number | Total USD value across all fills |
fills | array | Individual fill details |
Use Cases
- Order tracking: get one notification per order, not per fill
- Execution analysis: see total fill count, slippage, and average price
- Copy-trading: detect when a leader’s order is fully filled

