Market data, unified execution, and an agent-native MCP server โ plug your bots and AI agents into every market in one line. Keys are self-service and metered.
Unified market data across crypto CEX/DEX, on-chain perps, stocks, forex, and prediction markets.
Mint a free API key in one call โ no sales, no onboarding. Metered and rate-limited per key.
A first-class MCP server so Claude and other agents call FastBooks as typed tools.
pip install and trade CEX, on-chain perps, DEX swaps, options & prediction markets from the terminal.
# 1) Install (agent extras add ccxt + MCP server)
pip install "trading-cli[agent]"
# 2) One-command onboarding: mint a key, pick exchanges, write MCP config
fastbooks init
# 3) Live market data โ keyless, 100+ exchanges, standalone
fastbooks --json direct ticker hyperliquid BTC/USDC:USDC
# 4) Point an AI agent at it (Claude Desktop / any MCP host)
# { "mcpServers": { "fastbooks": { "command": "fastbooks-mcp" } } }GET /api/public/v1/marketsUnified tickers across every asset class
GET /api/public/v1/markets/:id/orderbookAggregated order book for a market
GET /api/public/v1/quotesFast quotes for a symbol set
GET /api/markets/ohlcvOHLCV candles, 1mโ1w, server-cached
POST /api/keysSelf-service: mint a free read-only key
Authenticate data requests with x-api-key: fb_live_โฆ. Free tier is rate-limited to 5 req/s; usage is metered per key.
Mint a free read-only key instantly. Upgrade to Pro ($60/mo, pay by card or USDC on Solana) for higher limits and the full platform.