Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #489 from dydxprotocol/sw_api_limits
Browse files Browse the repository at this point in the history
rate limits explained in API docs [BAC-88]
  • Loading branch information
samweinberg23 authored Jun 30, 2020
2 parents eb14a64 + e8ea2ca commit 6a1abcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ wish to be able to quickly cancel their orders without waiting for a transaction

The HTTP API is documented below. For easier implementation we recommend using the official [Python Client](python.md) or [TypeScript Client](typescript.md#api). We may build clients for other languages in the future, so if you have other language/framework needs, please let us know.

### Rate Limits

If greater than 100 requests are made in 10 seconds, requests will be blocked for one minute.

### Creating and Signing Orders

In order to submit an order, you (the maker) must first create a JSON object specifying the
Expand Down

0 comments on commit 6a1abcd

Please sign in to comment.