Skip to content

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

APIRate Limit / min
Generate Wallet100
Get Wallet List100
Get Wallet Details100
Generate Address100
Get Transaction List100
Get Transaction Details100