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.
Filters
| Filter | Type | Description |
|---|---|---|
wallet_addresses | string[] | Wallet addresses to watch (maker or taker). Max 500. |
token_ids | string[] | Outcome token IDs. Max 100. |
condition_ids | string[] | Market condition IDs. Max 100. |
event_slugs | string[] | Event slugs (e.g. us-presidential-election). Max 50. |
tags | string[] | Tag filters (e.g. politics, crypto). Max 20. |
min_amount_usd | number | Minimum trade size in USD. |
side | string | Filter by side: "BUY" or "SELL". |
Payload
Fields
| Field | Type | Description |
|---|---|---|
id | string | Fill ID ({tx_hash}_{log_index}) |
maker | string | Maker wallet address |
taker | string | Taker wallet address |
amount_usd | number | Trade size in USD |
price | number | Token price (0.0 to 1.0) |
fee_usd | number | Fee in USD |
direction | string | "BUY" or "SELL" (maker’s limit order direction) |
token_id | string | ERC-1155 outcome token ID |
market | string | Market question (enriched) |
slug | string | Market slug (enriched) |
outcome | string | Outcome name — "Yes", "No", or specific outcome (enriched) |
condition_id | string | Market condition ID |
event_slug | string | Parent event slug |
transaction_hash | string | On-chain transaction hash |
order_hash | string | CLOB order hash |
builder | string | Builder address (all zeros if no builder) |
timestamp | string | Unix timestamp |

