Helius SDK - v2.2.2
    Preparing search index...

    Interface PriceInfo

    USD price information for a token.

    interface PriceInfo {
        currency: string;
        price_per_token: number;
        total_price?: number;
    }
    Index

    Properties

    currency: string

    Currency code (e.g. "USDC").

    price_per_token: number

    Price per single token in USD.

    total_price?: number

    Total value of the holding in USD.