Skip to content

micahriggan/crypto-markets-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

To provide a simple server to montior multiple exchanges for crypto prices

Currently fetches 7834 tickers from 100+ exchanges

Usage / Install

npm install
npm start

# List exchanges
curl http://localhost:4000/exchanges

# All tickers for all exchanges
curl http://localhost:4000/prices

# All exchanges for BTC_USD
curl http://localhost:4000/prices/BTC_USD

# Bitfinex for pair BTC_USDT
curl http://localhost:4000/prices/BTC_USDT/bitfinex

About

A rest api to get the current prices of different cryptos from different exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors