gdax-java
gdax-java copied to clipboard
Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
Trade IDs are now out of range for Integer
There are three separate projects within this repo. - The library which facilitates connecting to the Coinbase Pro - The spring boot application the injects the configuration for each rest...
Hello everyone. I don't know if i am doing something wrong here but for some reason i cant correctly generate the jar to use in my project. Already spent some...
Error with this mapping. Am planning to change the field type hopefully that solves the issue. org.springframework.web.client.RestClientException: Error while extracting response for type [class [Lcom.coinbase.exchange.model.Product;] and content type [application/json;charset=utf-8]; nested...
Keep consistent with other types, also avoid the overflow exception.
Hey, I have done a gradle update (was really outdated) and added a checked exception in case of an error. Currently the caller can not know if the api call...
I just want the jar. ./gradlew jar does not work. i dont want to run this in spring boot. just standalone java application.