irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Rate Limits

irufus opened this issue · comments

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

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

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

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