Binance Connector JS
    Preparing search index...

    Request parameters for myAllocations operation in AccountApi. MyAllocationsRequest

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

    Properties

    endTime?: number | bigint

    Timestamp in ms

    AccountApiMyAllocations

    fromAllocationId?: number

    Allocation ID to begin at

    AccountApiMyAllocations

    id?: string

    Client-generated request identifier.

    AccountApiMyAllocations

    limit?: number

    Default: 500; Maximum: 1000

    AccountApiMyAllocations

    orderId?: number | bigint

    Order ID

    AccountApiMyAllocations

    recvWindow?: number

    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiMyAllocations

    startTime?: number | bigint

    Timestamp in ms

    AccountApiMyAllocations

    symbol: string

    AccountApiMyAllocations