Get Strategy Insights Matrix or Detail
arena_get_strategy_insightsWhich strategy and interval combinations actually performed? Aggregated backtest performance per (strategy × interval) cell. If strategy AND interval provided, returns detail with per-asset breakdown + param variants. Otherwise returns the matrix. Free tier is limited to the same strategies that are free in the backtester itself (rsi_sma, golden_cross, rsi_ob_os, bnh_fixed, dca_reference); the response then carries plan_capped: true plus plan_cap_note, so a short matrix is never mistaken for a thin database. Detail mode on a Pro-only strategy returns 403 rather than a silently empty answer. API Pro and Power receive every cell. [Free: 5 strategies / Pro+: full]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Detail mode: interval. Candle interval: '1d' daily, '2d'/'3d' multi-day, '1w' weekly, '1M' monthly. Multi-day candles (2d/3d) are anchored to the Unix epoch, so one of n possible alignments is used. Measured on our own corpus, the choice of alignment alone moves CAGR by 6.66 pp on average (max 12.30). Treat differences below that as not distinguishable — 1d/2d/3d behaved as one block in our tests, not a ranking. | |
| min_runs | No | Matrix mode: minimum runs per cell. Default 5. | |
| strategy | No | Detail mode: strategy key (used together with `interval`). | |
| asset_type | No | Restrict to one asset class. | |
| assets_mode | No | 'top10' restricts to top-10 pairs by run-count. | |
| ref_strategy | No | Benchmark reference. Default 'bh'. |