Skip to content

JS Api for coinmarketcap (BY default polygon-ecosystem: crypto)

Notifications You must be signed in to change notification settings

marcelooblan2016/api.coinmarketcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api.coinmarketcap

JS Api for coinmarketcap (BY default polygon-ecosystem: crypto) It displays the latest prices of coins accross polygon network.

Installation

npm install api.coinmarketcap

Usage

const ApiCoinMarketCap = require('api.coinmarketcap');

( async () => {
    let response = await ApiCoinMarketCap.getMarketPrices();

    let cryptoList = response.cryptoCurrencyList;

    console.log(cryptoList);
})();

About

JS Api for coinmarketcap (BY default polygon-ecosystem: crypto)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published