vinicius-sabadim / binance-api

Application to get information on the Binance portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance API

Application to get information about crypto currency using the Binance portal.

How to use

Terminal

  • Without any params. The defaults are ETH and TRX.
node index.js
  • With params.
node index.js XVG EOS

API

  • Run the server
npm start
  • Do a post to http://localhost:PORT. Default port: 3000
{
  "crypto": ["ETH", "TRX"]
}

About

Application to get information on the Binance portal


Languages

Language:JavaScript 100.0%