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

    Interface CoinGeckoCoinSymbolData

    Coin metadata that associates a CoinGecko identifier with a coin symbol.

    interface CoinGeckoCoinSymbolData {
        apiId: string;
        name: string;
        symbol: string;
    }
    Index
    apiId: string

    The coin's identifier in the CoinGecko API.

    name: string

    The coin's display name.

    symbol: string

    The coin's short symbol or ticker.