filter_markets_by_category
Filter prediction markets by category to find specific topics like Politics, Sports, or Crypto. Use this tool to narrow down market listings and focus on relevant trading opportunities.
Instructions
Filter markets by tag/category slug (case-insensitive). Source: get_all_tags for slug list. Example: category=politics, active_only=true.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category/tag to filter by (e.g., Politics, Sports, Crypto) | |
| limit | No | Maximum number of results (default: 20, max: 100) | |
| active_only | No | Only return active markets (default: true) |