BitPredict API
Institutional-grade REST API for market data, strategies, backtesting, and live trading.
Base URL
https://api.bitpredict.ai/v1Authentication Header
X-API-Key: bp_live_your_key_hereAPI Domains
OHLCV bars across custom bar types, market regimes, and on-chain metrics for BTC.
Browse published strategies, analytics, ledger history, and training metadata.
Submit async backtest requests and retrieve full performance analytics.
Run hyperparameter optimization jobs and drill into individual trial results.
Build and execute custom strategy DAGs programmatically without a published slug.
Manage alert subscriptions across strategies. Channels configured via the UI.
Create and manage paper trading accounts with simulated P&L tracking.
Manage Bybit Demo API keys and strategy assignments for live demo execution.
Get started in 3 steps
Generate your API key
Go to Settings → API Keys and click Generate Key. Copy the key immediately — it is shown only once.
Make your first request
Pass your key in the X-API-Key header on every request.
curl -X GET "https://api.bitpredict.ai/v1/data/catalog" \
-H "X-API-Key: bp_live_your_key_here"Explore the reference
Browse the Quickstart guide or jump directly into any reference section from the sidebar.