Skip to content

chalingui/bittrex-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Challenge

Carlos Sesma - [email protected]

Public API REST thet retrieves the market prices for trading paris.

Starting the API

Install the dependencies and devDependencies and start the server.

npm i
npm start

Example calls

Orderbook for pair BTC-USD

http://localhost:3000/api/v1.0/orderbook?pair=BTC-USD

Estimate BUY price for 1 ETH-USD

http://localhost:3000/api/v1.0/quote?pair=ETH-USD&type=SELL&amount=1

About

Public API REST thet retrieves the market prices for trading paris.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors