get_midpoint
Retrieve the midpoint price for a prediction market token from Polymarket's order book to analyze real-time pricing and implied probabilities.
Instructions
Get midpoint price via CLOB /midpoint. Source: clobTokenIds from list_active_markets or get_market_details. If token has no active CLOB/order book, returns 404. Example: token_id=clobTokenIds[0].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | The token ID to get midpoint price for |