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

    Function listStrategies

    • List your registered strategies Every strategy you have registered and not deleted, most recently compiled first.

      Each entry carries the same provenance GET /strategy/{strategyId} does — compiledAt, requiredSources — but not its validation state, so listing stays cheap regardless of how many strategies you have. Check a specific strategy's validation with GET /strategy/{strategyId}.

      Type Parameters

      • ThrowOnError extends boolean = false

      Parameters

      Returns RequestResult<{ strategies: StrategySummary[] }, unknown, ThrowOnError>