curl -X GET "https://api.innova-trading.com/api/external/indicators" \
-H "Authorization: Bearer TU_API_KEY"
{
"success": true,
"count": 3,
"indicators": [
{
"indicator_id": "smart_money_v2",
"indicator_name": "Senales Smart Money",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 25,
"created_at": "2025-12-12T10:00:00Z",
"expires_at": "2025-12-13T10:00:00Z"
},
{
"indicator_id": "inside_bar_detector",
"indicator_name": "Detector de Inside Bar",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 50,
"created_at": "2025-12-12T11:00:00Z",
"expires_at": "2025-12-13T11:00:00Z"
},
{
"indicator_id": "gbp_signals",
"indicator_name": "Senales GBP",
"symbol": "GBPUSD",
"timeframe": 240,
"points_count": 10,
"created_at": "2025-12-12T09:00:00Z",
"expires_at": "2025-12-13T09:00:00Z"
}
]
}
Listar todos los indicadores enviados por tu API key
curl -X GET "https://api.innova-trading.com/api/external/indicators" \
-H "Authorization: Bearer TU_API_KEY"
{
"success": true,
"count": 3,
"indicators": [
{
"indicator_id": "smart_money_v2",
"indicator_name": "Senales Smart Money",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 25,
"created_at": "2025-12-12T10:00:00Z",
"expires_at": "2025-12-13T10:00:00Z"
},
{
"indicator_id": "inside_bar_detector",
"indicator_name": "Detector de Inside Bar",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 50,
"created_at": "2025-12-12T11:00:00Z",
"expires_at": "2025-12-13T11:00:00Z"
},
{
"indicator_id": "gbp_signals",
"indicator_name": "Senales GBP",
"symbol": "GBPUSD",
"timeframe": 240,
"points_count": 10,
"created_at": "2025-12-12T09:00:00Z",
"expires_at": "2025-12-13T09:00:00Z"
}
]
}
Mostrar Resumen de Indicador
curl -X GET "https://api.innova-trading.com/api/external/indicators" \
-H "Authorization: Bearer TU_API_KEY"
{
"success": true,
"count": 3,
"indicators": [
{
"indicator_id": "smart_money_v2",
"indicator_name": "Senales Smart Money",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 25,
"created_at": "2025-12-12T10:00:00Z",
"expires_at": "2025-12-13T10:00:00Z"
},
{
"indicator_id": "inside_bar_detector",
"indicator_name": "Detector de Inside Bar",
"symbol": "EURUSD",
"timeframe": 60,
"points_count": 50,
"created_at": "2025-12-12T11:00:00Z",
"expires_at": "2025-12-13T11:00:00Z"
},
{
"indicator_id": "gbp_signals",
"indicator_name": "Senales GBP",
"symbol": "GBPUSD",
"timeframe": 240,
"points_count": 10,
"created_at": "2025-12-12T09:00:00Z",
"expires_at": "2025-12-13T09:00:00Z"
}
]
}