Binance Connector JS
    Preparing search index...

    TakerBuySellVolumeResponseInner

    interface TakerBuySellVolumeResponseInner {
        contractType?: string;
        pair?: string;
        takerBuyVol?: string;
        takerBuyVolValue?: string;
        takerSellVol?: string;
        takerSellVolValue?: string;
        timestamp?: number;
    }
    Index

    Properties

    contractType?: string

    TakerBuySellVolumeResponseInner

    pair?: string

    TakerBuySellVolumeResponseInner

    takerBuyVol?: string

    TakerBuySellVolumeResponseInner

    takerBuyVolValue?: string

    TakerBuySellVolumeResponseInner

    takerSellVol?: string

    TakerBuySellVolumeResponseInner

    takerSellVolValue?: string

    TakerBuySellVolumeResponseInner

    timestamp?: number

    TakerBuySellVolumeResponseInner