npm

coinmarketcapfree

0.0.3 • Public • Published

Coinmarketcap FREE

Dexi

With the CoinMarketCap Free module, you can track the prices and obtain comprehensive information about cryptocurrencies listed on the official CoinMarketCap website, all without the need for an API secret. Additionally, historical data is readily available for your convenience.

Installation

Install using npm:

npm install coinmarketcapfree --save

Usage

Require library

import { getCoinmarketDefault } from 'coinmarketcapfree';
(async () => {
    const result = await getCoinmarketDefault();
    console.log(result);
})();

DEXI

Package Sidebar

Install

npm i coinmarketcapfree

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

5.84 kB

Total Files

11

Last publish

Collaborators

  • edinsoncs