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

PaymentService.getPaymentTypes and PaymentService.getCoinbaseAccounts fail due to various data type issues #21

Closed duanemay closed 6 years ago

duanemay commented 6 years ago

Call to GET /payment-methods fails due to:

See https://docs.gdax.com/#payment-methods

This was fixed by #20 commit 500657d8c743eb1a43aff7f4956de398fd9fac40

Call to GET /coinbase-accounts fails due to:

See https://docs.gdax.com/#coinbase-accounts

This was fixed by #20 commit f422a9ea79299b3a9f42188b08509382f4446dc4

irufus commented 6 years ago

Fixed in #24