Binance Connector JS
    Preparing search index...

    Request parameters for queryMarginAccountsAllOrders operation in TradeApi. QueryMarginAccountsAllOrdersRequest

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

    Properties

    endTime?: number | bigint

    TradeApiQueryMarginAccountsAllOrders

    isIsolated?: string

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

    TradeApiQueryMarginAccountsAllOrders

    limit?: number | bigint

    Default Value: 500; Max Value: 1000

    TradeApiQueryMarginAccountsAllOrders

    orderId?: number | bigint

    TradeApiQueryMarginAccountsAllOrders

    recvWindow?: number | bigint

    No more than 60000

    TradeApiQueryMarginAccountsAllOrders

    startTime?: number | bigint

    只支持查询最近90天的数据

    TradeApiQueryMarginAccountsAllOrders

    symbol: string

    TradeApiQueryMarginAccountsAllOrders