polymarket_get_snapshots
Historical order-book snapshots (time series) for one Polymarket market. Use interval to downsample and include_orderbook for the full ladder. History depth is gated by plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| limit | No | Page size (1–1000). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| interval | No | Downsample bucket, e.g. 1m, 5m, 1h — one snapshot per bucket. | |
| market_id | Yes | Market id from polymarket_search_markets. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| include_orderbook | No | Include the full bid/ask ladder per snapshot (default top-of-book). |