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

    Type Alias GetPrepareStatusData

    type GetPrepareStatusData = {
        body?: never;
        path: { exchangeId: string; jobId: string; type: DataSourceType };
        query?: never;
        url: "/backtest/{exchangeId}/{type}/prepare/{jobId}";
    }
    Index
    body?: never
    path: { exchangeId: string; jobId: string; type: DataSourceType }

    Type Declaration

    • exchangeId: string

      ID of the exchange for the backtesting process

    • jobId: string

      Job ID returned by POST /prepare

    • type: DataSourceType

      The type of data source to prepare from

    query?: never
    url: "/backtest/{exchangeId}/{type}/prepare/{jobId}"