Hi! Has anybody developed a plugin (or an API setup via API Connector) for cryptocoin wallets (Coinbase) and/or trading platforms (exchanges like GDAX and Binance) on Bubble?
My idea is being able to retrieve the price of the coins in real time (to display graphs like the one in the pic below, from Coinbase), setup automatic transactions between your different wallets (using GDAX) under certain conditions and sell/buy between different cryptos (in Binance) when meeting certain conditions.
I’m going to start working on that using the corresponding API documentation for those platforms, but maybe I don’t need to reinvent the wheel and we can share interesting thoughts
I find some issues to build the API calls, since I have to create a sha256 HMAC, and this is not possible on Bubble. Maybe if I use JavaScript to do that and then I get the output to keep going on…
Thanks, @JohnMark! OK @levon, what’s the state of the plugin? And most important, what are the possibilities? I’ve realised that for automation of trading it’s better to use GDAX rather than Coinbase (Coinbase only allows to purchase/sell), but since GDAX is part of Coinbase, maybe your plugin has some options also there!
I replied in the other thread, but in short - we are still working on it, and expect it to be published in the plugin market sometime within 1-2 weeks.
I guess we are implementing only Coinbase API at this moment. will check if it has the GDAX calls too.
Thanks!
Amazing, @levon! Really looking forward, more even if it’s Coinbase-compatible (to trade, it’s better to use GDAX, though Coinbase is awesome for the wallets). Thanks a lot!
@levon , any chance of you building a plugin that allows for us to create HMAC SHA256 along with Base64 encode/decode? This is needed for a lot of different APIs.
as a matter of fact yes! encryptor plugin is currently under review by @emmanuel and once approved will be available in the plugin marketplace
stay tuned Levon Terteryan
Founder @ Zeroqode & Bubblewits
as we exchanged messages it has been reviewed and published
here is the link to the plugin. It should be pretty straightforward to use it, but feel free to ask questions!