Binance Connector JS
    Preparing search index...

    AvgPriceResponse

    interface AvgPriceResponse {
        e?: string;
        E?: number | bigint;
        i?: string;
        s?: string;
        T?: number | bigint;
        w?: string;
    }
    Index

    Properties

    Properties

    e?: string

    Event type

    AvgPriceResponse

    E?: number | bigint

    Event time

    AvgPriceResponse

    i?: string

    Average price interval

    AvgPriceResponse

    s?: string

    Symbol

    AvgPriceResponse

    T?: number | bigint

    Last trade time

    AvgPriceResponse

    w?: string

    Average price

    AvgPriceResponse