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

    Function getAccountUsage

    • Get your live storage usage How much of your account's shared storage pool (GET /account's maxTotalStorageBytes) you're currently using. Datasets, strategy-execution signals, and registered strategies all count against the same total — they compete for the same underlying storage, so there's one number to watch, not one per resource type. Not guaranteed real-time — a just-completed upload or strategy execution may take a short moment to be reflected here.

      Type Parameters

      • ThrowOnError extends boolean = false

      Parameters

      Returns RequestResult<AccountUsage, unknown, ThrowOnError>