get_market_prices
Retrieve current market prices, bid/ask spreads, last traded prices, and market depth for Polymarket prediction markets or tokens.
Instructions
Get current market prices and trading data for specific markets or tokens. Shows bid/ask spreads, last traded prices, and market depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_ts | No | End timestamp for historical prices (Unix timestamp) | |
| fidelity | No | Number of price points to return (default: 100, max: 1000) | |
| interval | No | Price interval for historical data (1m, 5m, 1h, 1d) | 1h |
| start_ts | No | Start timestamp for historical prices (Unix timestamp) | |
| token_id | No | Specific token/asset ID to get prices for | |
| market_id | No | Specific market ID to get prices for | |
| include_orderbook | No | Include current order book data (default: true) |