Binance Connector JS
    Preparing search index...

    Request parameters for orderAmendments operation in AccountApi. OrderAmendmentsRequest

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

    Properties

    fromExecutionId?: number

    AccountApiOrderAmendments

    id?: string

    Unique WebSocket request ID.

    AccountApiOrderAmendments

    limit?: number

    Default: 100; Maximum: 5000

    AccountApiOrderAmendments

    orderId: number

    AccountApiOrderAmendments

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiOrderAmendments

    symbol: string

    AccountApiOrderAmendments