Get historical price/probability data for a Drift BET market. Returns OHLCV candles with implied probability percentages and trend direction. Use for charting and analysis.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | Market symbol (e.g. 'NBAFINALS25-OKC-BET' or 'NBAFINALS25-OKC') |
| timeframe | string | optional | Timeframe: 1h, 6h, 1d, 7d, 30d |
// MCP tool call
{
"name": "drift_market_history",
"arguments": {
"symbol": "",
"timeframe": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}