Post Backtest Sweep
Backtest
Post Backtest Sweep
Submit a parameter-sweep job. Same async pattern as /v1/backtest — returns 202 + job_id, client polls GET /v1/backtest/.
Tier gates checked:
market_limit≤ tier’s max_market_limit (same as single backtest)- Total grid cell count ≤ tier’s max_sweep_cells
- Per-key in-flight cap (sweeps count against the same concurrent_backtests budget as single backtests)
POST
Post Backtest Sweep
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Base strategy spec (same shape as /v1/backtest). The x_axis (and y_axis if provided) override the named params; everything else stays fixed across every cell.
One axis of the parameter grid.
One axis of the parameter grid.
Required range:
x <= 500