Binance Connector JS
    Preparing search index...

    Interface BlockTradesHistoricalResponseResultInner

    BlockTradesHistoricalResponseResultInner

    interface BlockTradesHistoricalResponseResultInner {
        id?: number | bigint;
        isBuyerMaker?: boolean;
        price?: string;
        qty?: string;
        quoteQty?: string;
        time?: number | bigint;
    }
    Index

    Properties

    id?: number | bigint

    BlockTradesHistoricalResponseResultInner

    isBuyerMaker?: boolean

    BlockTradesHistoricalResponseResultInner

    price?: string

    BlockTradesHistoricalResponseResultInner

    qty?: string

    BlockTradesHistoricalResponseResultInner

    quoteQty?: string

    BlockTradesHistoricalResponseResultInner

    time?: number | bigint

    BlockTradesHistoricalResponseResultInner