prediction_market_movers

$0.005 USDC per call

Find prediction markets with the biggest odds changes. Returns markets where probabilities shifted the most in a given timeframe — early signal for breaking news or sentiment shifts.

Parameters
NameTypeRequiredDescription
timeframe string optional Timeframe: 1h, 6h, 24h
direction string optional Filter: up, down, both
min_volume string optional Minimum total volume in USD
limit string optional Number of results (max 25)
category string optional Filter by category
Example Call
// MCP tool call
{
  "name": "prediction_market_movers",
  "arguments": {
    "timeframe": "",
    "direction": "",
    "min_volume": "",
    "limit": "",
    "category": ""
}
}
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