@alphafi/alphalend-sdk - v1.1.23
    Preparing search index...

    Interface CoinMetadata

    Interface for coin metadata fetched from GraphQL API Contains essential coin data used throughout the SDK

    interface CoinMetadata {
        coingeckoPrice: null | string;
        coinType: string;
        decimals: number;
        pythPrice: null | string;
        pythPriceFeedId: null | string;
        pythPriceInfoObjectId: null | string;
        pythSponsored: boolean;
        symbol: string;
    }
    Index

    Properties

    coingeckoPrice: null | string
    coinType: string
    decimals: number
    pythPrice: null | string
    pythPriceFeedId: null | string
    pythPriceInfoObjectId: null | string
    pythSponsored: boolean
    symbol: string