Base URL
All API requests should be made to:Authentication
Include your API key in theAuthorization header:
Response Format
All responses are JSON with a consistent structure:Success Response
Error Response
HTTP Status Codes
Available Endpoints
Market Data
GET /api/external/bars
Fetch OHLC candlestick data
GET /api/external/symbols
List available trading symbols
External Indicators
POST /api/external/indicators/{id}
Submit indicator signals
GET /api/external/indicators/{id}
Retrieve indicator data
DELETE /api/external/indicators/{id}
Delete an indicator
GET /api/external/indicators
List all your indicators
Pagination
Endpoints that return lists support pagination:Rate Limits
Rate limits are per API key. Contact us for higher limits.