Rate Limiting Rules
| User Type | RPS (Requests Per Second) | RPM (Requests Per Minute) |
|---|---|---|
| Regular Users | 10 | 300 |
| Market Makers | 100 | 3000 |
Important Notes
- Rate limiting for Spot Open API and Futures Open API are counted independently
- For example: calling spot interface will not affect futures interface rate limit quota, and vice versa
- Exceeding the limit will return
429 Too Many Requests