Binance Connector JS
    Preparing search index...

    Request parameters for queryAllMarginAccountOrders operation in TradeApi. QueryAllMarginAccountOrdersRequest

    interface QueryAllMarginAccountOrdersRequest {
        endTime?: number;
        limit?: number;
        orderId?: number;
        recvWindow?: number;
        startTime?: number;
        symbol: string;
    }
    Index

    Properties

    endTime?: number

    Timestamp in ms to get funding until INCLUSIVE.

    TradeApiQueryAllMarginAccountOrders

    limit?: number

    Default 100; max 1000

    TradeApiQueryAllMarginAccountOrders

    orderId?: number

    TradeApiQueryAllMarginAccountOrders

    recvWindow?: number

    TradeApiQueryAllMarginAccountOrders

    startTime?: number

    Timestamp in ms to get funding from INCLUSIVE.

    TradeApiQueryAllMarginAccountOrders

    symbol: string

    TradeApiQueryAllMarginAccountOrders