Quant_Strategy (Deprecated)
⚠️ Deprecated — never deployed to production.
Quant_Strategy was an experimental quant factor & backtest service built on
Quart. The backend inventory audit (2026-08-29) confirmed its factor services
(ports 5031 / 5032) were never observed listening on any production host.
Its functionality evolved into the modular backtest backend under
online_services/service/strategies/.
Archived endpoints
| Endpoint | Service | Port | Method |
|---|---|---|---|
/backtest | Sentiment factor | 5031 | POST |
/backtest | DEX new-pairs factor | 5032 | POST |
/testing/backtest/factors_list | Multi-factor backtest API | — | POST |
/testing/backtest/main | Multi-factor backtest API | — | POST |
Payload (historical)
POST /backtest
{
"factor_name": "sentiment_ratio",
"asset_symbol": "BTC",
"strategy": { }
}
Do not build new integrations against this API. Use Kolect API for backtesting and Open Query API for data.