Binance Connector JS
    Preparing search index...

    RecentBlockTradesListResponseInner

    interface RecentBlockTradesListResponseInner {
        id?: number | bigint;
        price?: string;
        qty?: string;
        quoteQty?: string;
        side?: number | bigint;
        symbol?: string;
        time?: number | bigint;
        tradeId?: number | bigint;
    }
    Index

    Properties

    id?: number | bigint

    RecentBlockTradesListResponseInner

    price?: string

    RecentBlockTradesListResponseInner

    qty?: string

    RecentBlockTradesListResponseInner

    quoteQty?: string

    RecentBlockTradesListResponseInner

    side?: number | bigint

    RecentBlockTradesListResponseInner

    symbol?: string

    RecentBlockTradesListResponseInner

    time?: number | bigint

    RecentBlockTradesListResponseInner

    tradeId?: number | bigint

    RecentBlockTradesListResponseInner