prediction_market_history

$0.003 USDC per call

Get probability/price history for a prediction market over time. Returns data points, high/low, and trend direction. Use for charting and analysis.

Parameters
NameTypeRequiredDescription
market string required Market slug, ID, or search query
timeframe string optional Timeframe: 1d, 7d, 30d, all
Example Call
// MCP tool call
{
  "name": "prediction_market_history",
  "arguments": {
    "market": "",
    "timeframe": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground