Coinbase/GDAX/Binance plugins (or API Connection)

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 :slight_smile:

Thanks!

1 Like

yes done it. GDAX, Binance apis make sense. But for real-time graphs, just use tradingview. Will save you a tonne of time.

1 Like

Or Coinigy, they’re more focused on crypto trading and use TradingView’s graphs.

1 Like

Thanks, guys! @arjun, could you please share how you made the connection via API Connector? That would be SUPER :slight_smile:

EDIT: Using TradeView’s widgets is really cool and fast to setup, and you don’t have to worry about APIs: https://es.tradingview.com/widget/advanced-chart/

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…

1 Like

Yes there’s a new plugin coming connecting API Coinbase. Ask @levon.

1 Like

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!

Thanks a lot!

1 Like

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!

Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

1 Like

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.

1 Like

as a matter of fact yes! encryptor plugin is currently under review by @emmanuel and once approved will be available in the plugin marketplace :slight_smile:
stay tuned
Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

2 Likes

That’s fantastic! Will there be documentation?

as we exchanged messages it has been reviewed and published :slight_smile:
here is the link to the plugin. It should be pretty straightforward to use it, but feel free to ask questions!

Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

1 Like

Bummer, this doens’t perform Base64 encode/decode?

for base 64 encode/decode we have another plugin :slight_smile:

Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

@levon, that says for converting files. I need to encode/decode a string.

working on it, will update soon :slight_smile:

Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

We have just added Base64 support to this plugin

Please let me know if it works for you
Thanks!

Levon Terteryan
Founder @ Zeroqode & Bubblewits

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

Hey All, we have just published the Coinbase plugin
here is the link!

Levon Terteryan
Founder @ Zeroqode & Bubblewits

let’s stay in touch on twitter!

zeroqode-for-web-160x120

Bubble Templates
Bubble Plugins
Bubble Courses
Convert Web to iOS & Android
No-code Development Services

4 Likes

Cool, @levon! How can I check (in detail) what is possible to be done with this plugin? Any description? Thanks!