prediction_markets_trending

$0.005 USDC per call

Get top trending prediction markets from Polymarket. Returns market questions, current probabilities, volume, liquidity, and outcomes. Filter by category (crypto, politics, sports, tech, culture).

Parameters
NameTypeRequiredDescription
category string optional Filter: crypto, politics, sports, tech, culture, all
limit string optional Number of results (max 25)
sort_by string optional Sort by: volume or recent_activity
Example Call
// MCP tool call
{
  "name": "prediction_markets_trending",
  "arguments": {
    "category": "",
    "limit": "",
    "sort_by": ""
}
}
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