Skip to content

Commit

Permalink
Update rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado authored and pedrobranco committed Aug 21, 2019
1 parent f4ed09d commit 163f733
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _ratelimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ The following table indicates the current rate limits:

Endpoint | Requests (per IP) / window | Requests (per user) / window
----------------------------------------- | -------------------------: | ---------------------------:
*Global* | 300 / 5-min window | N/A
*Global* | 500 / 5-min window | N/A
POST /cards/:card/transactions | 300 / 5-min window | N/A
POST /cards/:card/transactions/:id/commit | 300 / 5-min window | N/A
POST /oauth2/token | 10 / 1-min window | 10 / 1-min window
POST /password/forgot | 10 / 10-min window | 3 / 5-min window
POST /users | 10 / 10-min window | N/A

Expand All @@ -39,8 +38,8 @@ curl -I -X GET "https://api.uphold.com/v0/ticker"
> Rate limit details on response headers:
```
Rate-Limit-Total: 300
Rate-Limit-Remaining: 299
Rate-Limit-Total: 500
Rate-Limit-Remaining: 499
Rate-Limit-Reset: 1422288284
```

Expand Down

0 comments on commit 163f733

Please sign in to comment.