Rate Limiting
Our REST APIs use rate limits to protect our APIs against malicious usage so our trading platform can operate reliably and fairly.
When a request is rejected by our system due to rate limits, the system returns error http-code-429 (Rate limit reached. Please refer to API documentation and throttle requests accordingly).
By default the rate limit is 100 requests per 1 seconds. If you exceed the rate limit, you will receive an error message. The rate limit is applied to all REST API endpoints.
Rate Limit List
| API | Rate Limit / min |
|---|---|
| Generate Wallet | 100 |
| Get Wallet List | 100 |
| Get Wallet Details | 100 |
| Generate Address | 100 |
| Get Transaction List | 100 |
| Get Transaction Details | 100 |