Binance Connector JS
    Preparing search index...

    Interface DailyAccountSnapshotRequest

    Request parameters for dailyAccountSnapshot operation in AccountApi. DailyAccountSnapshotRequest

    interface DailyAccountSnapshotRequest {
        endTime?: number | bigint;
        limit?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        type: string;
    }
    Index

    Properties

    endTime?: number | bigint

    AccountApiDailyAccountSnapshot

    limit?: number | bigint

    min 7, max 30, default 7

    AccountApiDailyAccountSnapshot

    recvWindow?: number | bigint

    AccountApiDailyAccountSnapshot

    startTime?: number | bigint

    AccountApiDailyAccountSnapshot

    type: string

    AccountApiDailyAccountSnapshot