coingecko-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

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);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i coingecko-node-sdk

Weekly Downloads

0

Version

1.5.1

License

MIT

Unpacked Size

725 kB

Total Files

10

Last publish

Collaborators

  • thallesp