Coming Soon

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.

RESTful JSON API
API Key Authentication
Webhook Support

What the API Will Offer

A clean, well-documented REST API with JSON responses and predictable resource-oriented URLs.

GET/v1/signals

Real-Time Trading Signals

Stream live AI-generated signals with confidence scores, entry/exit targets, and full reasoning.

GET/v1/signals/history

Historical Signals

Query past signals with performance outcomes for backtesting and strategy validation.

GET/v1/analysis

Market Analysis & Sentiment

Access AI-driven market analysis, sentiment scores, and opportunity detection across asset classes.

GET/v1/portfolio

Portfolio & Positions

Manage portfolio data, track positions, and retrieve performance analytics programmatically.

POST/v1/webhooks

Webhook Alerts

Register webhook endpoints to receive push notifications when new signals are generated.

POST/v1/auth/keys

API 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.

RequestGET
curl -X GET "https://api.airtrader.ai/v1/signals?asset=AAPL&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response200 OK
{
  "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.

We'll only email you about the API launch. No spam, unsubscribe anytime.

Founding members and current early access users will receive API access before the public launch, with higher rate limits included in their plan.