saniales / golang-crypto-trading-bot

A golang implementation of a console-based trading bot for cryptocurrency exchanges
GNU General Public License v3.0
1.08k stars 247 forks source link

Support for Coinbase Pro API #49

Open saniales opened 6 years ago

khigor777 commented 6 years ago

I add some methods to coin base https://github.com/saniales/golang-crypto-trading-bot/pull/64, need code review, thanks.

saniales commented 6 years ago

Can you also add other implementation for CoinbaseWrapper to implement the generic ExchangeWrapper interface? otherwise it won't compile, I will keep your PR open so you can finish

khigor777 commented 6 years ago

Yes, I'll add it. Thanks.