limitless-markets
Retrieve active prediction markets with current Yes/No probabilities. Covers short-term crypto direction markets and longer-term events.
Instructions
Returns active prediction markets from Limitless Exchange with current Yes/No probabilities. Covers short-duration crypto markets (5-min, 15-min BTC/ETH direction), plus longer-term markets. Returns title, implied yes/no prices, expiration, volume, categories, and slug. $0.006/call — free upstream, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of markets to return (1–20, default 10). | |
| page | No | Page number for pagination (default 1). | |
| query | No | Optional keyword filter applied to market titles (case-insensitive). E.g. 'btc', 'eth', 'sol'. | |
| trade_type | No | Filter by trade mechanism: 'clob' (order book) or 'amm' (automated market maker). Default returns all. | |
| slug | No | If provided, fetch a specific market by its Limitless slug (e.g. 'btc-up-or-down-5-min-1780703750051'). Overrides other filters. |