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 bc3044d commit 8690c15Copy full SHA for 8690c15
README.md
@@ -380,7 +380,7 @@ are handled are the ones documented on the GDAX API error section: [here](https:
380
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383
-- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
+- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest
384
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
385
386
All HTTP requests from both the public client and authenticated client run through `_determine_response`, which
0 commit comments