Mayson Monorepo Documentation
    Preparing search index...

    Interface Ticker24hr

    24-hour ticker statistics

    interface Ticker24hr {
        symbol: string;
        priceChange: string;
        priceChangePercent: string;
        lastPrice: string;
        highPrice: string;
        lowPrice: string;
        volume: string;
        quoteVolume: string;
    }
    Index

    Properties

    symbol: string

    Trading pair symbol

    priceChange: string

    Price change in 24h

    priceChangePercent: string

    Price change percentage in 24h

    lastPrice: string

    Last traded price

    highPrice: string

    24h high price

    lowPrice: string

    24h low price

    volume: string

    24h volume in base asset

    quoteVolume: string

    24h volume in quote asset