An open API service indexing awesome lists of open source software.

https://github.com/gkucmierz/bitcoin-markets-api


https://github.com/gkucmierz/bitcoin-markets-api

aggregator api bitcoin btc eur exchange pln

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# public api

## ticker
* BTC/PLN: https://bitcoin-markets-api.herokuapp.com/ticker/btcpln
* LTC/PLN: https://bitcoin-markets-api.herokuapp.com/ticker/ltcpln
* ETH/PLN: https://bitcoin-markets-api.herokuapp.com/ticker/ethpln
* BTC/EUR: https://bitcoin-markets-api.herokuapp.com/ticker/btceur
* ETH/EUR: https://bitcoin-markets-api.herokuapp.com/ticker/etheur

## exchanges list:
https://bitcoin-markets-api.herokuapp.com/exchanges

## exchanges with available markets:
https://bitcoin-markets-api.herokuapp.com/markets

# development

```sh
npm i -g gulp
npm i
gulp
```