polymarket_get_live_price
Get live midpoint, best bid/ask, spread, and probability percentage for any Polymarket outcome token using its CLOB token ID. Fresh data from the order book, not cached.
Instructions
Freshest live odds for one outcome token from the CLOB.
token_id is a CLOB token id (one of a market's clobTokenIds) — NOT a slug
or conditionId. Returns midpoint, best bid/ask, spread, and probability_pct.
These are fresher than Gamma's cached prices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | ||
| midpoint | No | ||
| best_bid | No | ||
| best_ask | No | ||
| spread | No | ||
| probability_pct | No |