coingecko-tokens
Version:
Aggregated list of Token Lists from CoinGecko
7 lines (6 loc) • 415 B
TypeScript
import type { TokenList } from './types';
export declare const UNISWAP_TOKEN_LIST = "https://tokens-uniswap-org.ipns.dweb.link";
export declare const COINGECKO_TOKEN_API = "https://tokens.coingecko.com";
export declare const COINGECKO_CHAINS: string[];
export declare function getCoingekoLists(fetchParams?: any): Promise<TokenList[]>;
export declare function getUniswapList(fetchParams?: any): Promise<TokenList>;