CoucouInc / lambdaCoucou

Industrial strength irc bot for more coucou
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

New feature: bitcoin rate #7

Closed geekingfrog closed 6 years ago

geekingfrog commented 6 years ago

λbitcoin gives the current conversion rate bitcoin <-> usd.

ordiclic commented 6 years ago

A public REST API to grab Bitcoin prices is available at https://api.cryptowat.ch/

Usage example: https://api.cryptowat.ch/markets/bitfinex/btcusd/price returns the following JSON data structure: {"result":{"price":8048.9},"allowance":{"cost":939943,"remaining":7999060057}}

Documentation: https://cryptowat.ch/docs/api

geekingfrog commented 6 years ago

Done in 23e01a3c5d071d1ec6fbefb22c47f7677243f76e