UNPKG

cmc-api

Version:

CoinMarketCap RESTful API Wrapper

4 lines (3 loc) 340 B
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";