aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface CoinPriceInfo

    Represents pricing information for a coin, including current price and 24-hour percentage change.

    interface CoinPriceInfo {
        price: number;
        priceChange24HoursPercentage: number;
    }
    Index
    price: number

    The current price in USD or another currency.

    priceChange24HoursPercentage: number

    The 24-hour percentage change of the coin price.

    0.54 = 54%