Skip to content

Instantly share code, notes, and snippets.

@zhengda
Created June 28, 2017 23:30
Show Gist options
  • Save zhengda/cf270e9ec6a85b26ed9b65f7f2ec807f to your computer and use it in GitHub Desktop.
Save zhengda/cf270e9ec6a85b26ed9b65f7f2ec807f to your computer and use it in GitHub Desktop.
# 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