Binance Connector JS
    Preparing search index...

    Request parameters for queryManagedSubAccountSnapshot operation in ManagedSubAccountApi. QueryManagedSubAccountSnapshotRequest

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

    Properties

    email: string

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    endTime?: number

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    limit?: number

    Default value: 1, Max value: 200

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    recvWindow?: number

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    startTime?: number

    ManagedSubAccountApiQueryManagedSubAccountSnapshot

    type: string

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

    ManagedSubAccountApiQueryManagedSubAccountSnapshot