Binance Connector JS
    Preparing search index...

    Request parameters for myPreventedMatches operation in AccountApi. MyPreventedMatchesRequest

    interface MyPreventedMatchesRequest {
        fromPreventedMatchId?: number | bigint;
        id?: string;
        limit?: number;
        orderId?: number | bigint;
        preventedMatchId?: number | bigint;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    fromPreventedMatchId?: number | bigint

    Prevented match ID to begin at

    AccountApiMyPreventedMatches

    id?: string

    Client-generated request identifier.

    AccountApiMyPreventedMatches

    limit?: number

    Default: 500; Maximum: 1000

    AccountApiMyPreventedMatches

    orderId?: number | bigint

    Order ID

    AccountApiMyPreventedMatches

    preventedMatchId?: number | bigint

    Prevented match ID

    AccountApiMyPreventedMatches

    recvWindow?: number

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

    AccountApiMyPreventedMatches

    symbol: string

    AccountApiMyPreventedMatches