API reference
List strategies
GET/backtests/atop/strategies
Dispatchable strategy templates with parameter schemas.
120 requests / minute per key (read tier). Returns the {success, message, data} envelope.
Authorizations
Authorizationstringheaderrequired
Bearer token - an ito_* key (from Settings) holding the backtests:read scope.
Request
curl "https://itomarkets.com/api/v1/backtests/atop/strategies" \ -H "Authorization: Bearer $ITO_API_KEY"ResponseJSON
{ "success": true, "message": "Success", "data": { "registry_version": "atop-strategy-registry-v1", "hot_path_runtime": "rust", "strategies": [ { "strategy_id": "wsc_crypto_updown_delta_hedged_roll" } ] }}