Back to Home

API Documentation

Complete reference for the Kaitral Trading API

Base URL

https://kaitral.com/api

Getting Started

Quick start guide to connect your exchange and begin trading.

GET/api/healthCheck API status
GET/api/pricesGet current prices

Trading API

Execute trades, manage positions, and monitor performance.

GET/api/trading/positionCurrent position
GET/api/trading/metricsPerformance metrics
POST/api/backtestRun backtest

Data API

Access historical OHLCV data and market statistics.

GET/api/data/ohlcvHistorical candles
GET/api/data/summaryData summary

ML API

Machine learning experiments and model registry.

GET/api/ml/experimentsList experiments
GET/api/ml/runsExperiment runs
GET/api/ml/registryModel registry

Paper Trading

Virtual trading environment for strategy testing.

GET/api/paper/statusPaper trading status
GET/api/paper/tradesPaper trade history
POST/api/paper/resetReset paper account

Rate Limits

API requests are limited to 100 requests per minute. Exceeding this limit will result in a 429 status code.