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
- Host: GitHub
- URL: https://github.com/gkucmierz/bitcoin-markets-api
- Owner: gkucmierz
- License: mit
- Created: 2017-02-03T15:12:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T17:15:03.000Z (over 7 years ago)
- Last Synced: 2025-03-27T12:03:37.052Z (2 months ago)
- Topics: aggregator, api, bitcoin, btc, eur, exchange, pln
- Language: JavaScript
- Homepage: https://bitcoin-markets-api.herokuapp.com/ticker/btcpln
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```