Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginAccountsAllOco operation in TradeApi. QueryMarginAccountsAllOcoRequest

    interface QueryMarginAccountsAllOcoRequest {
        endTime?: number | bigint;
        fromId?: number | bigint;
        isIsolated?: string;
        limit?: number | bigint;
        recvWindow?: number | bigint;
        startTime?: number | bigint;
        symbol?: string;
    }
    Index

    Properties

    endTime?: number | bigint

    TradeApiQueryMarginAccountsAllOco

    fromId?: number | bigint

    If fromId is set, data with id greater than fromId will be returned. Otherwise, the latest data will be returned.

    TradeApiQueryMarginAccountsAllOco

    isIsolated?: string

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

    TradeApiQueryMarginAccountsAllOco

    limit?: number | bigint

    Limit on the number of data records returned per request. Default: 500; Maximum: 1000.

    TradeApiQueryMarginAccountsAllOco

    recvWindow?: number | bigint

    No more than 60000

    TradeApiQueryMarginAccountsAllOco

    startTime?: number | bigint

    Only supports querying data from the past 90 days.

    TradeApiQueryMarginAccountsAllOco

    symbol?: string

    isolated margin pair

    TradeApiQueryMarginAccountsAllOco