Welcome to InnovaTrading API
InnovaTrading API allows developers to build custom indicators, send trading signals, and integrate their trading systems with our platform.Quick Start
Get up and running in less than 5 minutes
API Reference
Explore all available endpoints
Python SDK
Install our Python library
Examples
Browse example implementations
What You Can Build
Custom Indicators
Custom Indicators
Create your own technical indicators and display them on the chart. Support for:
- Entry/Exit signals
- Stop Loss & Take Profit levels
- Custom shapes and colors
- Multiple timeframes
Signal Providers
Signal Providers
Build a signal service that sends trading signals to multiple users:
- Real-time signal delivery
- Multi-symbol support
- Metadata and analytics
Automated Systems
Automated Systems
Connect your trading bots and algorithms:
- Fetch OHLC data
- Submit signals programmatically
- Monitor signal performance
Base URL
All API requests should be made to:Authentication
All endpoints require Bearer token authentication:Get your API key from the Dashboard Settings.
Rate Limits
| Plan | Requests/Hour | Max Bars/Request |
|---|---|---|
| Free | 100 | 1,000 |
| Pro | 1,000 | 5,000 |
| Enterprise | Unlimited | 10,000 |