AiRTrader API
Integrate AI-powered trading signals directly into your applications, bots, and workflows. We're building a public API so developers can programmatically access everything AiRTrader.ai has to offer.
What the API Will Offer
A clean, well-documented REST API with JSON responses and predictable resource-oriented URLs.
/v1/signalsReal-Time Trading Signals
Stream live AI-generated signals with confidence scores, entry/exit targets, and full reasoning.
/v1/signals/historyHistorical Signals
Query past signals with performance outcomes for backtesting and strategy validation.
/v1/analysisMarket Analysis & Sentiment
Access AI-driven market analysis, sentiment scores, and opportunity detection across asset classes.
/v1/portfolioPortfolio & Positions
Manage portfolio data, track positions, and retrieve performance analytics programmatically.
/v1/webhooksWebhook Alerts
Register webhook endpoints to receive push notifications when new signals are generated.
/v1/auth/keysAPI Key Management
Create, rotate, and revoke API keys. Scoped permissions for read-only or full access.
Simple to Integrate
A single API call to get AI-powered trading signals. Here's what it will look like.
curl -X GET "https://api.airtrader.ai/v1/signals?asset=AAPL&limit=5" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"{
"signals": [
{
"id": "sig_8f3a2b1c",
"asset": "AAPL",
"direction": "long",
"confidence": 0.87,
"entry": 198.45,
"target": 205.20,
"stop_loss": 194.80,
"reasoning": "Strong momentum confluence with volume breakout above 20-day SMA...",
"created_at": "2026-02-08T14:32:00Z"
}
],
"meta": {
"total": 1,
"limit": 5,
"offset": 0
}
}Planned Features
We're building a developer experience that makes integration fast and reliable.
Rate Limiting Tiers
Tiered rate limits based on your subscription plan — from 100 requests/minute for basic access to unlimited for enterprise clients.
WebSocket Streaming
Real-time WebSocket connections for live signal delivery, market data streaming, and portfolio updates without polling.
SDK Libraries
Official client libraries for Python, JavaScript/TypeScript, Go, and more — so you can integrate in minutes, not hours.
Sandbox Environment
A full sandbox with mock data for testing your integration without affecting live accounts or consuming rate limits.
Interactive Documentation
Comprehensive docs with interactive examples, code generation, and a built-in API explorer to test endpoints directly.
Get Notified at Launch
Be the first to know when the AiRTrader API goes live. Enter your email and we'll send you access details as soon as it's ready.
Founding members and current early access users will receive API access before the public launch, with higher rate limits included in their plan.