Plug-In that allows trading on crypto exchanges

Hey all,

I am looking to use or create a plug-in that can allow me to make an automated recurring purchase (or sell) on an exchange through calling it on my bubble web app. Has anyone built a plug-in similar to this that could share some insight about what was needed in order to build the plug-in. I specifically want to do this with coinbase pro, and binance for now.

Hey bja911,

I don’t have a plugin for this myself. But it could likely be built using the Coinbase Pro API: https://docs.pro.coinbase.com/

Binance has their own API: Binance API Documentation

It’s obviously a very in-depth API, so you may want to think about exactly the scope of the API that you’d like to build.