get_live_prices
Retrieve real-time Polymarket outcome token prices for buying or selling. Get current best bid/ask using CLOB token IDs.
Instructions
Get real-time CLOB prices for Polymarket outcome tokens. Returns the current best price for buying or selling. Token IDs come from: clobTokenIds in search_markets/get_market_info, or token_id in get_clob_market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Price side: buy or sell | buy |
| tokenIds | Yes | Array of CLOB token IDs (get these from search_markets or get_market_info clobTokenIds field) |