@qtsurfer/api-client
    Preparing search index...

    Function getSweepRunEquityCurve

    • Get one sweep trial's equity curve The resource a leaderboard row's equityCurve.url points at — only reachable when that trial's curve was actually selected (equityCurve.mode: topN or topPct on the sweep submission, and this trial ranked among the winners). Returns the exact same {points|timestamps+equities, meta} shape a plain backtest's inline equityCurve carries.

      Query params reshape the response the same way a plain backtest's equityCurve options do. A param genuinely absent from the query string falls back to the equityCurve transform preference the sweep was submitted with — a param present but malformed does not fall back, it degrades the same way it always has. Above a server-side size threshold, the shape is forced regardless of either — meta.outMode in the response, not the query string or the submitted default, is the source of truth for what shape actually came back.

      Type Parameters

      • ThrowOnError extends boolean = false

      Returns RequestResult<EquityCurveResult, ResponseError, ThrowOnError>