Socket
Socket
Sign inDemoInstall

crypto-convert

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-convert

Instantly convert cryptocurrency and get price information


Version published
Weekly downloads
491
decreased by-13.86%
Maintainers
1
Weekly downloads
 
Created
Source

Crypto-Convert

license npm npm

Instantly convert cryptocurrency and get price information.

  • Top 100 Crypto Currencies Supported
  • Top 30 Fiats Supported
  • Price & Ticker information updated on a configurable interval from multiple secure sources (Binance, Bitfinex, OKEx)
  • Any pair can be converted, be it Crypto -> Crypto or Fiat -> Crypto.
  • Instant convert, no slow promises.

Usage

const convert = require("crypto-convert");

convert.BTC.USD(1); 
convert.ETH.JPY(255);
convert.LINK.LTC(5);
convert.USD.CRO(100);

//More readable syntax
new convert.from("BTC").to("USD").amount(1);

Installation

npm i crypto-convert

Keywords

FAQs

Package last updated on 03 Feb 2021

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