Socket
Socket
Sign inDemoInstall

cryptocurrencies

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cryptocurrencies

A JSON list of all the cryptocurrency symbols


Version published
Weekly downloads
125
decreased by-56.14%
Maintainers
1
Install size
294 kB
Created
Weekly downloads
 

Readme

Source

cryptocurrencies CI

A JSON list of all the cryptocurrency symbols and names

The currency list is a JSON file that can be used wherever.

Install

$ npm install --save cryptocurrencies

Usage

const cryptocurrencies, {symbols} = require('cryptocurrencies');

cryptocurrencies.BTC;
//=> 'Bitcoin'

console.log(symbols);
//=> ['42', ... 'BTC', 'ETH', 'LTC', ...]

Cryptocurrencies

There are currently 12242 cryptocurrencies represented*:

* Last updated: Mon, 22 Apr 2024 16:18:05 GMT

Building

The JSON list, the currency icons, and parts of this README file are auto-generated from the coin list made available by the cryptocompare coinlist API, and can be updated automatically by running:

$ npm run build

:bulb: Note that this build routine synchronously downloads the currency icons and saves them to the images directory. This means that the build routine takes a few minutes, since it has to process thousands of images.

License

MIT © Crypti Team

Keywords

FAQs

Last updated on 22 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc