markets.price
Retrieve live bid, ask, and spread prices from the CLOB order book for specific Polymarket prediction markets or all open positions.
Instructions
Get live bid/ask/spread prices from the CLOB order book for a specific market by condition_id. If no condition_id is given and show_positions is true, returns current prices for all open positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition_id | No | Polymarket market condition ID. Omit to show prices for all open positions | |
| show_positions | No | Include current position value alongside price data |