subscribe_market_prices
Monitor real-time price changes for specific Polymarket prediction markets using condition IDs. Receive updates via notifications or logs to track market movements.
Instructions
Subscribe to real-time price changes by market condition IDs (conditionId). Source: list_markets/list_active_markets/get_market_by_slug. Use get_realtime_status to inspect events. Example: market_ids=[conditionId].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_ids | Yes | List of market condition IDs to monitor | |
| callback_type | No | How to receive updates (default: notification) | notification |