Skip to main content

Welcome to InnovaTrading API

InnovaTrading API allows developers to build custom indicators, send trading signals, and integrate their trading systems with our platform.

What You Can Build

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
Build a signal service that sends trading signals to multiple users:
  • Real-time signal delivery
  • Multi-symbol support
  • Metadata and analytics
Connect your trading bots and algorithms:
  • Fetch OHLC data
  • Submit signals programmatically
  • Monitor signal performance

Base URL

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

Authentication

All endpoints require Bearer token authentication:
curl https://api.innova-trading.com/api/external/bars \
  -H "Authorization: Bearer YOUR_API_KEY"
Get your API key from the Dashboard Settings.

Rate Limits

PlanRequests/HourMax Bars/Request
Free1001,000
Pro1,0005,000
EnterpriseUnlimited10,000

Support