Interface CoinFullInfo

interface CoinFullInfo {
    additional_notices?: any[];
    asset_platform_id?: null;
    block_time_in_minutes?: number;
    categories?: string[];
    coingecko_rank?: number;
    coingecko_score?: number;
    community_data?: CommunityData;
    community_score?: number;
    country_origin?: string;
    description?: {
        [x: string]: string;
    };
    developer_data?: DeveloperData;
    developer_score?: number;
    genesis_date?: null;
    hashing_algorithm?: string;
    id?: string;
    image?: Image;
    last_updated?: Date;
    links?: Links;
    liquidity_score?: number;
    localization?: {
        [x: string]: string;
    };
    market_cap_rank?: number;
    market_data?: MarketData;
    name?: string;
    platforms?: PLATFORMS;
    public_interest_score?: number;
    public_interest_stats?: PublicInterestStats;
    public_notice?: null;
    sentiment_votes_down_percentage?: null;
    sentiment_votes_up_percentage?: null;
    status_updates?: any[];
    symbol?: string;
    tickers?: Ticker[];
}

Properties

additional_notices?: any[]
asset_platform_id
block_time_in_minutes?: number
categories?: string[]
coingecko_rank?: number
coingecko_score?: number
community_data?: CommunityData
community_score?: number
country_origin?: string
description?: {
    [x: string]: string;
}
developer_data?: DeveloperData
developer_score?: number
genesis_date
hashing_algorithm?: string
id?: string
image?: Image
last_updated?: Date
links?: Links
liquidity_score?: number
localization?: {
    [x: string]: string;
}
market_cap_rank?: number
market_data?: MarketData
name?: string
platforms?: PLATFORMS
public_interest_score?: number
public_interest_stats?: PublicInterestStats
public_notice
sentiment_votes_down_percentage
sentiment_votes_up_percentage
status_updates?: any[]
symbol?: string
tickers?: Ticker[]