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: string;
    }
    Index

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    endTime?: number | bigint

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    limit?: number | bigint

    Default value: 1, Max value: 200

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    recvWindow?: number | bigint

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    startTime?: number | bigint

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    type: string

    "SPOT", "MARGIN"(cross), "FUTURES"(UM)

    ManagedSubAccountApiQueryManagedSubAccountSnapshot