Request Limit
Request Limit Policy
Request limit refers to the limit on the number of API calls per unit of time. DFINERY applies the request limit policy to all Open APIs it provides to ensure stable service operation.
1,000,000 per minute
10,000 per minute
10,000 per minute
100 cases per hour, 5 cases at the same time
If the request limit is exceeded, all subsequent API requests will fail. After the time limit has elapsed and the request limit is reset, you can receive a normal response. It is recommended to consider the request limit when linking APIs.
Check request limit status
Request limit status can be checked through the value of the response header.
X-Rate-Limit-Limit
Initialization cycle
X-Rate-Limit-Remaining
Number of requests remaining
X-Rate-Limit-Reset
Time for the transmission speed to be initialized
Example of a request limit status response
Normal response
If the API call limit is exceeded (response code 429)
Last updated