Skip to main content
GET
/
api
/
external
/
symbols
curl "https://api.innova-trading.com/api/external/symbols" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "symbols": ["EURUSD", "GBPUSD", "USDJPY", "XAUUSD"],
  "timeframes": [1, 5, 15, 60, 240, 1440]
}

Overview

Different API key tiers have access to different symbols. Use this endpoint to see which symbols you can access.

Request

No parameters required. The response is based on your API key.
curl "https://api.innova-trading.com/api/external/symbols" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "symbols": ["EURUSD", "GBPUSD", "USDJPY", "XAUUSD"],
  "timeframes": [1, 5, 15, 60, 240, 1440]
}

Symbol Availability by Plan

SymbolFreeProEnterprise
EURUSD
GBPUSD
USDJPY
XAUUSD
All Forex
Crypto

Supported Timeframes

All plans have access to these timeframes:
TimeframeMinutesDescription
M111 minute
M555 minutes
M151515 minutes
H1601 hour
H42404 hours
D114401 day
Using a symbol not available in your plan will return a 403 Forbidden error with the list of allowed symbols.

Error Response

{
  "error": "forbidden",
  "message": "Symbol BTCUSDT not allowed for your API key",
  "allowed_symbols": ["EURUSD", "GBPUSD", "USDJPY", "XAUUSD"]
}
Upgrade to Pro or Enterprise to access more symbols. Contact us at support@innova-trading.com