BitPredict API

Institutional-grade REST API for market data, strategies, backtesting, and live trading.

Base URL

https://api.bitpredict.ai/v1

Authentication Header

X-API-Key: bp_live_your_key_here

Get started in 3 steps

1

Generate your API key

Go to Settings → API Keys and click Generate Key. Copy the key immediately — it is shown only once.

2

Make your first request

Pass your key in the X-API-Key header on every request.

Terminal
curl -X GET "https://api.bitpredict.ai/v1/data/catalog" \
  -H "X-API-Key: bp_live_your_key_here"
3

Explore the reference

Browse the Quickstart guide or jump directly into any reference section from the sidebar.

API Docs · BitPredict