get_current_price
Fetch real-time bid, ask, and mid prices for Polymarket prediction market tokens to analyze current market conditions and implied probabilities.
Instructions
Get CLOB /price for BUY/SELL and return bid/ask/mid. 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], side=BOTH.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_id | Yes | Token ID | |
| side | No | Price side to fetch (default: BOTH) | BOTH |