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'.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | Market symbol (e.g. 'NBAFINALS25-OKC-BET' or 'NBAFINALS25-OKC') |
// MCP tool call
{
"name": "drift_market_details",
"arguments": {
"symbol": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}