Event:
Endpoint:
Cost: 0.1 credits per event
tag_metrics Endpoint:
wss://api.struct.to/ws/alerts Cost: 0.1 credits per event
Filters
| Filter | Type | Required | Description |
|---|---|---|---|
tags | string[] | No | Restrict to specific tags by label or slug (max 500) |
min_volume_usd | number | No | Minimum aggregated tag volume in USD |
max_volume_usd | number | No | Maximum aggregated tag volume in USD |
min_fees | number | No | Minimum fees in USD |
min_txns | number | No | Minimum transaction count |
min_unique_traders | number | No | Minimum unique trader count |
timeframes | string[] | No | Timeframe windows: 1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d (max 500) |
Subscribe
Response
Volume on Polymarket vs. Struct. Polymarket’s UI reports “volume” as notional (the count of shares or contracts traded), which corresponds to
shares_volume in Struct payloads. usd_volume is the dollar value of those trades. Use shares_volume to match figures shown on Polymarket and usd_volume for true USD throughput.