irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

Support deposits and withdrawals #6

Closed irufus closed 6 years ago

irufus commented 7 years ago

The new system has deprecated the old method so we must make sure we don't use the deprecated calls

robevansuk commented 7 years ago

supported in the new PR but not tested yet.

duanemay commented 6 years ago

I have tested both of the Deposit methods depositViaPaymentMethod and coinbaseDeposit. depositViaPaymentMethod did not work and requires the fixes in PR #20 commit d143594e4c76e384f72d21986a5c91b797eca25c

irufus commented 6 years ago

Addressed by #24