Binance Connector JS
    Preparing search index...

    Interface MyAllocationsRequest

    Request parameters for myAllocations operation in AccountApi. MyAllocationsRequest

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

    Properties

    endTime?: number

    Timestamp in ms to get aggregate trades until INCLUSIVE.

    AccountApiMyAllocations

    fromAllocationId?: number

    AccountApiMyAllocations

    limit?: number

    Default: 500; Maximum: 1000.

    AccountApiMyAllocations

    orderId?: number

    AccountApiMyAllocations

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiMyAllocations

    startTime?: number

    Timestamp in ms to get aggregate trades from INCLUSIVE.

    AccountApiMyAllocations

    symbol: string

    AccountApiMyAllocations