get-prediction-markets
Retrieve prediction market prices from Polymarket, PredictIt, and Kalshi by entering a keyword to find current market data for specific events or topics.
Instructions
Get prediction market prices from Polymarket, PredictIt, and Kalshi
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | Keyword for the market you're looking for (e.g. 'trump') |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"description": "Keyword for the market you're looking for (e.g. 'trump')",
"maxLength": 50,
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}