Binance Connector JS
    Preparing search index...

    Request parameters for queryManagedSubAccountSnapshot operation in ManagedSubAccountApi. QueryManagedSubAccountSnapshotRequest

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

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    endTime?: number | bigint

    If both startTime and endTime are omitted, records from the last 7 days are returned by default.

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    limit?: number | bigint

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    recvWindow?: number | bigint

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    startTime?: number | bigint

    Query time range must be within 30 days and only supports data within the last month.

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    ManagedSubAccountApiQueryManagedSubAccountSnapshot