Binance Connector JS
    Preparing search index...

    Interface OrderAmendmentsRequest

    Request parameters for orderAmendments operation in AccountApi. OrderAmendmentsRequest

    interface OrderAmendmentsRequest {
        fromExecutionId?: number | bigint;
        limit?: number | bigint;
        orderId: number | bigint;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    fromExecutionId?: number | bigint

    AccountApiOrderAmendments

    limit?: number | bigint

    Default:500; Maximum: 1000

    AccountApiOrderAmendments

    orderId: number | bigint

    AccountApiOrderAmendments

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiOrderAmendments

    symbol: string

    AccountApiOrderAmendments