Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginAccountsOpenOco operation in TradeApi. QueryMarginAccountsOpenOcoRequest

    interface QueryMarginAccountsOpenOcoRequest {
        isIsolated?: string;
        recvWindow?: number;
        symbol?: string;
    }
    Index

    Properties

    isIsolated?: string

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

    TradeApiQueryMarginAccountsOpenOco

    recvWindow?: number

    No more than 60000

    TradeApiQueryMarginAccountsOpenOco

    symbol?: string

    isolated margin pair

    TradeApiQueryMarginAccountsOpenOco