Binance Connector JS
    Preparing search index...

    Request parameters for myPreventedMatches operation in AccountApi. MyPreventedMatchesRequest

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

    Properties

    fromPreventedMatchId?: number

    AccountApiMyPreventedMatches

    id?: string

    Unique WebSocket request ID.

    AccountApiMyPreventedMatches

    limit?: number

    Default: 100; Maximum: 5000

    AccountApiMyPreventedMatches

    orderId?: number

    orderIdororigClientOrderIdmustbesent

    AccountApiMyPreventedMatches

    preventedMatchId?: number

    AccountApiMyPreventedMatches

    recvWindow?: number

    The value cannot be greater than 60000

    AccountApiMyPreventedMatches

    symbol: string

    AccountApiMyPreventedMatches