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

    Type Alias ImportDatasetErrors

    type ImportDatasetErrors = {
        "400": ResponseError;
        "409": ResponseError;
        "429": ResponseError;
    }
    Index

    Invalid request; instrument isn't a plain spot pair; from >= to; cadence present but not one of its supported values; the requested range exceeds your tier's import range ceiling; the requested range's rough size estimate exceeds your tier's row limit; dex.network/dex.id not one of their supported values; dex.contract/dex.factory fail basic shape validation; or, when cadence is omitted, dex.id/dex.version missing. Whether the pool/pair actually exists and resolves — and, for a candle cadence, whether that combination is actually servable on the requested network — is checked later, asynchronously — see the failed status on the poll endpoint below.

    You already have a dataset with this name

    Your tier's dataset count limit is reached, or your account's total storage limit (GET /account's maxTotalStorageBytes) is already reached. Delete a dataset to free a slot or space, or upgrade.