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

Handle Rate Limits #4

Closed irufus closed 6 years ago

irufus commented 7 years ago

When a rate limit is exceeded, a status of 429 Too Many Requests will be returned.

robevansuk commented 7 years ago

not implemented this! will have to take a look at adding it for the get/post/delete methods in the library

irufus commented 6 years ago

I believe you addressed this. Just assigning it to myself so I can confirm.

irufus commented 6 years ago

There are tests for the paged endpoints and they do work.