profile image
Nice contribution! You could btw. also make with Google Sheets API queries in which you build custom macros or functions. I made the Bison price query with it and could use it easily.
1
profile image
@KapriolenSonne As written this does not work with Binance, otherwise I would have done it in the googlesheet. Or can you set it so that the queries are executed locally?
profile image
@Europoor You could interpose a dumb proxy but is annoying. If not coinmarketcaps api should be able to help.
1
profile image
@KapriolenSonne CMC would be an option, but I don't know how current the prices are. Too large offset between the queries also distorts the results, so I wanted at least to pre-calculate really directly query the stock exchange. With Bison you already have the problem that the data is not updated every second via the URL. As with other marketplaces have not tried it but think the make only per minute or so. At BSDEX I have found nothing where current data is given to the outside. In the widget, for example, the rates are updated very slowly: https://widgets.bsdex.de/de/markets/?hide_cta=1&range= otherwise https://api.bsdex.de/btc-eur/quote would work, but you have to send an authtoken that you have to pull from the web version. Since the API is not officially offered. kA what the token gives access to everything (guess everything) so I was not so keen on it to deposit somewhere.
1