Created
June 28, 2017 23:30
-
-
Save zhengda/cf270e9ec6a85b26ed9b65f7f2ec807f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://blockchain.info/api/exchange_rates_api | |
https://blockchain.info/ticker | |
https://blockchain.info/tobtc?currency=USD&value=500 | |
# http://www.coindesk.com/api/ | |
http://api.coindesk.com/v1/bpi/currentprice.json | |
http://api.coindesk.com/v1/bpi/currentprice/USD.json | |
http://api.coindesk.com/v1/bpi/historical/close.json?start=2013-09-01&end=2013-09-05 | |
# https://bitpay.com/bitcoin-exchange-rates | |
https://bitpay.com/api/rates/usd | |
https://bitpay.com/api/rates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment