Path Parameters
The outcome token ID to get pricing for.
Response
The token ID.
Last traded price. May be
null if no recent trades.Midpoint between best bid and ask. May be
null if order book is unavailable.Best (highest) bid price. May be
null if no bids on the book.Best (lowest) ask price. May be
null if no asks on the book.All price fields may be
null if market data is temporarily unavailable. Always check for null values in your code.Price Fields
| Field | Description | Use Case |
|---|---|---|
last_price | Most recent trade price | Historical reference |
midpoint | Average of bid/ask | Fair value estimate, P&L calculations |
best_bid | Highest buy order | Estimated sell price |
best_ask | Lowest sell order | Estimated buy price |