Skip to main content
Glama

PolyMarket MCP Server

MIT License
37
  • Apple

get-market-history

Retrieve historical price and volume data for a specified market using a Market ID or slug. Choose timeframes like 1d, 7d, 30d, or all to analyze market trends and performance over time.

Instructions

Get historical price and volume data for a market

Input Schema

NameRequiredDescriptionDefault
market_idYesMarket ID or slug
timeframeNoTime period for historical data7d

Input Schema (JSON Schema)

{ "properties": { "market_id": { "description": "Market ID or slug", "type": "string" }, "timeframe": { "default": "7d", "description": "Time period for historical data", "enum": [ "1d", "7d", "30d", "all" ], "type": "string" } }, "required": [ "market_id" ], "type": "object" }

Other Tools from PolyMarket MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berlinbra/polymarket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server