PredictEngine Developers
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_..."

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 private

Base URL: https://predictengine.ai/api/v1