Binance Connector JS
    Preparing search index...

    Request parameters for myAllocations operation in AccountApi. MyAllocationsRequest

    interface MyAllocationsRequest {
        endTime?: number;
        fromAllocationId?: number;
        id?: string;
        limit?: number;
        orderId?: number;
        recvWindow?: number;
        startTime?: number;
        symbol: string;
    }
    Index

    Properties

    endTime?: number

    AccountApiMyAllocations

    fromAllocationId?: number

    AccountApiMyAllocations

    id?: string

    Unique WebSocket request ID.

    AccountApiMyAllocations

    limit?: number

    Default: 100; Maximum: 5000

    AccountApiMyAllocations

    orderId?: number

    orderIdororigClientOrderIdmustbesent

    AccountApiMyAllocations

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiMyAllocations

    startTime?: number

    AccountApiMyAllocations

    symbol: string

    AccountApiMyAllocations