Skip to content

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

Notifications You must be signed in to change notification settings

micahriggan/crypto-markets-api

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

No packages published