Binance Connector JS
    Preparing search index...

    Request parameters for queryPreventedMatches operation in TradeApi. QueryPreventedMatchesRequest

    interface QueryPreventedMatchesRequest {
        fromPreventedMatchId?: number | bigint;
        isIsolated?: string;
        orderId?: number | bigint;
        preventedMatchId?: number | bigint;
        recvWindow?: number | bigint;
        symbol: string;
    }
    Index

    Properties

    fromPreventedMatchId?: number | bigint

    TradeApiQueryPreventedMatches

    isIsolated?: string

    For isolated margin or not, "TRUE", "FALSE", default "FALSE"

    TradeApiQueryPreventedMatches

    orderId?: number | bigint

    TradeApiQueryPreventedMatches

    preventedMatchId?: number | bigint

    TradeApiQueryPreventedMatches

    recvWindow?: number | bigint

    No more than 60000

    TradeApiQueryPreventedMatches

    symbol: string

    TradeApiQueryPreventedMatches