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 getting Holds for each account #5

Closed irufus closed 6 years ago

robevansuk commented 7 years ago

this should be done in the latest PR but needs tests.

irufus commented 6 years ago

Assigning to myself to ensure tests are there for pulling that information.

robevansuk commented 6 years ago

Holds are already available in the Account information.. You need to call AccountsService.getAccounts and you'll be able to see the holds for each Account object in the List returned.

irufus commented 6 years ago

Looks like the tests cover it.