API reference
List custom strategies
GET/backtests/atop/custom-strategies
Custom strategies created through the API.
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/custom-strategies" \ -H "Authorization: Bearer $ITO_API_KEY"ResponseJSON
{ "success": true, "message": "Success", "data": { "registry_version": "atop-custom-strategy-registry-v1", "template_strategy_ids": [ "wsc_crypto_updown_delta_hedged_roll" ], "strategies": [ { "strategy_id": "my_liquidity_roll" } ] }}