Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginAccountsAllOco operation in TradeApi. QueryMarginAccountsAllOcoRequest

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

    Properties

    endTime?: number | bigint

    Timestamp in ms to get funding until INCLUSIVE.

    TradeApiQueryMarginAccountsAllOco

    fromId?: number | bigint

    Trade id to fetch from. Default gets most recent trades.

    TradeApiQueryMarginAccountsAllOco

    limit?: number | bigint

    Default 100; max 1000

    TradeApiQueryMarginAccountsAllOco

    recvWindow?: number | bigint

    TradeApiQueryMarginAccountsAllOco

    startTime?: number | bigint

    Timestamp in ms to get funding from INCLUSIVE.

    TradeApiQueryMarginAccountsAllOco