Read live odds across every prediction venue at once
Prediction-market odds and resolution data across Polymarket, Kalshi and more on one endpoint. Billed per call in USDC, with no venue accounts to maintain.
What it does
Market and event lists, trades, orderbook snapshots, candlesticks, volume and open-interest history and positions for Polymarket and Kalshi; market lists and orderbook history for Limitless, Opinion and Predict.Fun; a cross-venue search that matches the same event across all of them; and UMA oracle state for Polymarket resolutions. Wallet analytics — leaderboards, per-wallet P&L and positions, smart-money positioning, identity and cluster lookups — sit on the same prefix.
Every endpoint is one request billed at a flat per-call rate whichever tier it belongs to. List endpoints paginate by offset or by keyset cursor, and the table below shows the query parameters the markets list accepts. Path parameters such as a condition id come from the list endpoints.
The call
One endpoint, priced in dollars before it runs and settled in USDC. No API key and no account — the request pays for itself.
GET /api/v1/pm/polymarket/markets
Host: blockrun.aiRequest parameters
| field | type |
|---|---|
| status | string |
| min_price | number |
| max_price | number |
| min_open_interest | number |
| min_volume | number |
| tags | string |
| event_slug | string |
| search | string |
| condition_id | string |
| question_id | string |
| market_id | string |
| market_slug | string |
| token_id | string |
| predexon_id | string |
| end_after | integer |
| end_before | integer |
| sort | string |
| limit | integer |
| pagination_key | string |
| offset | integer |
| min_volume_1d | number |
| min_volume_7d | number |
| min_volume_30d | number |
| min_trades_1d | integer |
| min_trades_7d | integer |
| min_trades_30d | integer |
What it covers
What it costs
Why per call
No seat, no minimum, no contract per vendor. Each request is quoted in dollars before it runs and settles on-chain, so an agent can pay for its own work without a human holding a credit card. How the payment works →
Related tools
Questions
Which venues are covered?
Polymarket and Kalshi among others, with canonical cross-venue markets so the same event lines up across them.
Is this trading or data?
Data. It reads odds, markets and resolutions; it does not place positions.
How is it billed?
Per call in USDC at the rate on this page, with no venue account or key required.
How fresh are the odds?
They are read live from each venue at request time rather than served from a daily snapshot.