Skip to main content

Base URL

All API requests should be made to:
https://api.innova-trading.com

Authentication

Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY

Response Format

All responses are JSON with a consistent structure:

Success Response

{
  "success": true,
  "data": { ... }
}

Error Response

{
  "error": "error_code",
  "message": "Human-readable error message",
  "details": { ... }
}

HTTP Status Codes

CodeDescription
200Success
201Created
400Bad Request - Invalid parameters
401Unauthorized - Invalid or missing API key
403Forbidden - No access to resource
404Not Found
429Rate Limit Exceeded
500Internal Server Error
503Service Unavailable

Available Endpoints

Market Data

External Indicators

Pagination

Endpoints that return lists support pagination:
ParameterTypeDescription
limitintegerMaximum items to return (default: 100)
before_timeintegerUnix timestamp for pagination

Rate Limits

EndpointLimit
GET /bars100/hour
POST /indicators100/hour
GET /indicators200/hour
Rate limits are per API key. Contact us for higher limits.