Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cryptocurrencies

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptocurrencies

A JSON list of all the cryptocurrency symbols

  • 8.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
decreased by-47.31%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 22 Apr 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc