drift_market_history

$0.003 USDC per call

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.

Parameters
NameTypeRequiredDescription
symbol string required Market symbol (e.g. 'NBAFINALS25-OKC-BET' or 'NBAFINALS25-OKC')
timeframe string optional Timeframe: 1h, 6h, 1d, 7d, 30d
Example Call
// MCP tool call
{
  "name": "drift_market_history",
  "arguments": {
    "symbol": "",
    "timeframe": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground