β Common Errors & Rate Limit
Common Errors
The server responds to a userβs request by issuing status codes when the request is made to the server. Kindly refer to the table below to further understand the status codes when indicating the success or failure of an API call.
HTTP Code
Error Code
Description
401
AUTH_REQUIRED
Missing/invalid API key
403
PERMISSION_DENIED
Insufficient permissions
429
RATE_LIMITED
Too many requests
500
INTERNAL_ERROR
Server-side issue
Rate Limit
For Public API user (Beta plan), the rate limit is ~30 calls per minutes and it varies depending on the traffic size. If you're Pro API user (any paid plan), the rate limit is depending on the paid plan that you're subscribed to.
Plan
Total monthly calls
Request limit per minute
Demo Plan
1000
20
Last updated