Binance Connector JS
    Preparing search index...

    AvgPriceResponse

    interface AvgPriceResponse {
        closeTime?: number | bigint;
        mins?: number | bigint;
        price?: string;
    }
    Index

    Properties

    closeTime?: number | bigint

    AvgPriceResponse

    mins?: number | bigint

    AvgPriceResponse

    price?: string

    AvgPriceResponse