Socket
Socket
Sign inDemoInstall

ticcr

Package Overview
Dependencies
20
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ticcr

Lookup crypto currency prices


Version published
Weekly downloads
10
increased by900%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ticcr

CLI command that currently allow you to fetch crypto currency prices from Binance, Polinex and Bittrex.

Installation

In order to ensure global access to command install using the -g (global) flag:

$ npm i -g ticcr

Usage

The command below gives list of all cryptos from the default exchange. Currently Bittrex.

$ ticcr

Use with flag -c (--currency) to select the currency you wish the crypto displayed in. The following command give a list of all cryptos from the default exchange in usdt.

$ ticcr -c usdt

Use with flag -e (--exchange) to select from which exchange you want the price.

$ ticcr dcr ltc eth -c usdt -e polinex

Multiple coins can also be looked up simultaniously in multiple currencies.

$ ticcr btc dcr doge dash -c btc usdt -e polinex 

The above command should result in a table similar to the one below:

symbolpricecurrency
BTC32152.94876227USDT
DASH0.00403872BTC
DASH130.31983853USDT
DCR0.00326248BTC
DOGE0.00000678BTC
DOGE0.21695474USDT

It is also possible to lookup multiple prices from multiple exchanges simultaniously.

$ ticcr dcr ltc eth -c usdt -e binance polinex bittrex

As an experimental feature it is now possible to get a real time stream of prices from binance via a websocket connection. Use the -s (--socket) option. Because this connection stays open you currently need to use the keyboard combination "CTRL + C" to end the stream in your terminal window.

Note that both one or more tickers and one or more currencies must be given as input for this feature to work.

$ ticcr btc -c usdt -s

Used with the -l (--list) option will provide a log of the supported exchanges.This will be output prior to the price output.

$ ticcr dcr -l

NOTE: This package is still VERY buggy.

Keywords

FAQs

Last updated on 12 Jul 2021

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