cmc-api
Version:
CoinMarketCap RESTful API Wrapper. Supports endpoints cryptocurrency, exchanges (CEX), decentralized exchange (DEX), global metrics, community content and trends, tools and others.
4 lines (3 loc) • 340 B
TypeScript
export type CommunityNewsType = "all" | "news" | "community" | "alexandria";
export type CommunityContentType = "all" | "news" | "video" | "audio";
export type CommunityContentLang = "en" | "zh" | "zh-tw" | "de" | "id" | "ja" | "ko" | "es" | "th" | "tr" | "vi" | "ru" | "fr" | "nl" | "ar" | "pt-br" | "hi" | "pl" | "uk" | "fil-rph" | "it";