Binance Connector JS
    Preparing search index...

    Interface EquityTradeHistoryResponse

    EquityTradeHistoryResponse

    interface EquityTradeHistoryResponse {
        page?: number;
        rows?: EquityTradeHistoryResponseRowsInner[];
        size?: number;
        total?: number | bigint;
    }
    Index

    Properties

    Properties

    page?: number

    Current page.

    EquityTradeHistoryResponse

    Trade rows on this page. Empty when nothing matches.

    EquityTradeHistoryResponse

    size?: number

    Current page size.

    EquityTradeHistoryResponse

    total?: number | bigint

    Total number of rows matching the filter.

    EquityTradeHistoryResponse