PredictEngine Developers
API Reference

API Reference

All endpoints are prefixed with https://predictengine.ai/api/v1

Interactive Docs

Response Format

All responses return JSON. Successful responses include the data directly. Errors follow this format:

{
  "detail": "Error description",
  "status_code": 400
}

Markets

GET/markets1 cr
GET/markets/:id1 cr
GET/markets/:id/orderbook2 cr
GET/markets/search?q=1 cr
GET/markets/trending1 cr

Trading

POST/trade5 cr
GET/positions1 cr
GET/positions/:id1 cr
POST/positions/:id/close5 cr

Bots

GET/bots1 cr
POST/bots3 cr
GET/bots/:id1 cr
POST/bots/:id/start3 cr
POST/bots/:id/stop1 cr
PATCH/bots/:id2 cr
DELETE/bots/:id1 cr

Wallet

GET/wallet/balance1 cr
GET/wallet/transactions1 cr

Account

GET/me
GET/usage

Need more detail?

Our interactive Swagger docs let you try endpoints directly in your browser.

Open Interactive Docs