Rate Limits
📘Note:
At present, the total number of requests per Account per minute is 100 (the total number of requests will be adjusted according to related needs later).
Recommended Practice
To ensure efficient allocation of resources, include an API Key in all requests to Polluxweb.
Rate Limiting Policy
With API Key
Without API Key
Identifying Rate-Limited Requests
Example Response for v1 Interface:
{
"Success": false,
"Error": "The key exceeds the frequency limit(100), and the query server is suspended for 30s",
"StatusCode": 403
}
{
"Error": "The key exceeds the frequency limit(100), and the query server is suspended for 60s"
}
What to Do if Rate-Limited
1.
2.
3.