getPredictionTokenPrice
Query current market prices for up to 20 prediction outcome tokens. Get best bid, ask, and last trade price as probability (0-1) to confirm prices before trading.
Instructions
Query current market prices for up to 20 prediction outcome tokens. Returns best bid, best ask, and last trade price for each token.
AI agent should call this before placing orders to confirm current market prices. Price represents probability (0-1): a price of 0.65 means ~65% chance of YES.
Agent hint: Use this to get current prices for specific tokenIds before trading. Price is a probability (0 to 1). A YES token at 0.65 means 65% probability of YES outcome. Always check price before buy/sell. Maximum 20 tokenIds per request. Do NOT use this for price history — use getPredictionPriceHistory instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenIds | Yes |