get-market-info
Retrieve detailed data on a specific prediction market using a market ID or slug. This tool integrates with the PolyMarket API to provide accurate market insights, including pricing and historical trends.
Instructions
Get detailed information about a specific prediction market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
market_id | Yes | Market ID or slug |
Input Schema (JSON Schema)
{
"properties": {
"market_id": {
"description": "Market ID or slug",
"type": "string"
}
},
"required": [
"market_id"
],
"type": "object"
}