UNPKG
eliza-scraper
Version:
latest (1.1.8)
1.1.8
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
Awesome Scraper for eliza, scrape docs, tweets, and tokens
eliza-scraper
/
dist
/
lib
/
coingecko.d.ts
8 lines
(7 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TokenResponse
}
from
'../types'
;
export
declare
class
CoingeckoService
{
private
readonly
apiKey;
private
readonly
baseUrl;
constructor
(
apiKey
:
string
);
getEcosystemTokens
(
category
:
string
,
currency
:
string
):
Promise
<
TokenResponse
[]>; }