We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f4d40 commit 88cdb65Copy full SHA for 88cdb65
README.md
@@ -323,7 +323,7 @@ are handled are the ones documented on the GDAX API error section: [here](https:
323
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326
-- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
+- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest
327
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
328
329
All HTTP requests from both the public client and authenticated client run through `_determine_response`, which
0 commit comments