API v1 Now Available
Build on PredictEngine
Access real-time prediction markets, automate trading strategies, and build powerful integrations with our REST API.
99.9%
API Uptime
<120ms
Avg Response
500+
Markets
60/min
Rate Limit
Terminal
curl https://predictengine.ai/api/v1/markets \ -H "X-API-Key: pe_live_..." \ -H "X-API-Secret: pe_secret_..."
Everything you need
Comprehensive APIs for prediction market trading and automation
Markets API
Real-time prediction market data with prices, volumes, and order books across crypto and events.
Learn more
Bot Management
Programmatically create, configure, and control trading bots with custom strategies.
Learn more
Trading API
Execute trades, manage positions, and track P&L through a unified trading interface.
Learn more
MCP Support
Connect AI agents like Claude directly to PredictEngine via the Model Context Protocol.
Learn more
Authentication
All API requests require two headers for authentication:
X-API-KeyYour public API key (starts with pe_live_)X-API-SecretYour secret key (starts with pe_secret_) — keep this privateBase URL: https://predictengine.ai/api/v1