polymarket_search_markets
List Polymarket up/down crypto prediction markets for a coin. Returns market id, slug, window, status and timing. Use the returned id/slug with polymarket_get_market or polymarket_get_snapshots.
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 |
| type | No | Filter by market window/type, e.g. 5m, 15m, 1h, 4h, 24h. | |
| limit | No | Page size (1–100). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | Filter: markets active at/before this time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| resolved | No | true → only resolved markets, false → only active. | |
| start_time | No | Filter: markets active at/after this time as ms-epoch or ISO-8601. History is clamped to your plan's window. |