Interface FormattedTokenPrice

Formatted token price interface

interface FormattedTokenPrice {
    address: string;
    marketCap?: string;
    priceUSD: string;
    volume24h?: string;
}

Properties

address: string
marketCap?: string
priceUSD: string
volume24h?: string