ThallesP / coingecko-node-sdk

Simple CoinGecko SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinGecko SDK

Don't use this for now, but if you live at the bleeding edge, look at this example:

import { GeckoClient } from "coingecko-node-sdk";
(async () => {
  const client = new GeckoClient();

  const coins = await client.coins.list();

  console.log(coins);
})();

About

Simple CoinGecko SDK

License:MIT License


Languages

Language:TypeScript 100.0%