Skip to main content

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

EndpointServicePortMethod
/backtestSentiment factor5031POST
/backtestDEX new-pairs factor5032POST
/testing/backtest/factors_listMulti-factor backtest APIPOST
/testing/backtest/mainMulti-factor backtest APIPOST

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.