drift_market_details

$0.002 USDC per call

Get detailed info for a specific Drift BET prediction market. Returns oracle price, mark price, 24h change, open interest, fees, funding rate, and recent fill history. Use symbol like 'TRUMP-WIN-2024-BET' or just 'TRUMP-WIN-2024'.

Parameters
NameTypeRequiredDescription
symbol string required Market symbol (e.g. 'NBAFINALS25-OKC-BET' or 'NBAFINALS25-OKC')
Example Call
// MCP tool call
{
  "name": "drift_market_details",
  "arguments": {
    "symbol": ""
}
}
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