UNPKG

@agixbt/elizascraper

Version:

Awesome Scraper for eliza, scrape docs, tweets, and tokens

8 lines (7 loc) 262 B
import { TokenResponse } from '../types'; export declare class CoingeckoService { private readonly apiKey; private readonly baseUrl; constructor(apiKey: string); getEcosystemTokens(category: string, currency: string): Promise<TokenResponse[]>; }