// API
API Documentation
Build on top of Aibitrage. RESTful endpoints, WebSocket streams, and SDKs for Python, Node.js, and more.
Coming Soon
Full API documentation will be available at launch. Our API includes RESTful endpoints for signals and market data, WebSocket streams for real-time updates, and SDKs for popular languages.
PREVIEW
# Get active signals
GET /v1/signals
# Filter by market
GET /v1/signals?market=crypto
# WebSocket stream
WSS /v1/stream/signals
# Historical data
GET /v1/history?days=30