npm.io
0.0.3 • Published 2 years ago

coinmarketcapfree

Licence
MIT
Version
0.0.3
Deps
1
Size
6 kB
Vulns
0
Weekly
0

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