Sample response
{
"as_of": "2026-05-30T18:55:00.000Z",
"count": 2,
"next_cursor": null,
"strategies": [
{
"name": "aapl_rsi_dip",
"description": "Buy AAPL on RSI < 30; stop -3%, take-profit +6%, 50-bar max hold.",
"allocation": 10000,
"cadence": { "type": "recurring", "interval": "1d", "at": "bar_close" },
"legs": [ { "name": "core", "side": "long", "what": { "ticker": "AAPL" }, "entry": "rsi_14 < 30", "exits": [ { "type": "stop_loss_pct", "pct": 3 }, { "type": "take_profit_pct", "pct": 6 } ], "sizing": { "model": "fixed_fractional", "pct_of_allocation": 25 }, "max_concurrent_positions": 1 } ],
"status": "running",
"created_at": 1779389700,
"updated_at": 1779389800,
"last_eval_at": 1779476100,
"last_fired_at": 1779476100,
"ended_at": null
},
{
"name": "smallcap_breakout_basket",
"description": "Long breakouts under $2B mcap.",
"allocation": 25000,
"cadence": { "type": "recurring", "interval": "1h", "at": "bar_close" },
"legs": [ { "name": "breakout", "side": "long", "what": { "scan": "breakout AND market_cap < 2000000000" }, "entry": "true", "exits": [ { "type": "trailing_stop_pct", "pct": 5 } ], "sizing": { "model": "fixed_fractional", "pct_of_allocation": 10 }, "max_concurrent_positions": 5 } ],
"status": "running",
"created_at": 1779200000,
"updated_at": 1779200000,
"last_eval_at": 1779475800,
"last_fired_at": 1779302400,
"ended_at": null
}
]
}