consensusRealityIO / RSBP

Real Simple Bitcoin Payments
GNU General Public License v3.0
14 stars 25 forks source link

updated new api url #29

Closed RagnarDanneskjold closed 7 years ago

RagnarDanneskjold commented 7 years ago

see next commit here: https://github.com/consensusRealityIO/RSBP/pull/29/commits/cf927217637beeffc498911a777520c1a1092ac9

RagnarDanneskjold commented 7 years ago

https://apiv2.bitcoinaverage.com/#ticker-data-per-symbol

must now include 'market: as in https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCUSD

RagnarDanneskjold commented 7 years ago

Its resolved now here: https://github.com/RagnarDanneskjold/RSBP/blob/master/app/js/service/rate.js

RagnarDanneskjold commented 7 years ago

you're missing 'BTC' and leave out 'last' to view in browser: https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCIDR

and dykstranet has not updated this branch yet just in case that wasn't clear

dykstranet commented 7 years ago

Hello @bluemana & @RagnarDanneskjold . I have implemented the fix suggested by @RagnarDanneskjold . Thanks for all your input and help.