UNPKG

coingecko-tokens

Version:

Aggregated list of Token Lists from CoinGecko

3 lines (2 loc) 105 B
import type { TokenInfo } from './types'; export declare function getPinnedList(): Promise<TokenInfo[]>;