Skip to content

Commit c3b9c03

Browse files
Update core-api-faqs.md
added rate limit for staking API
1 parent b429b26 commit c3b9c03

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/FAQs/core-api-faqs.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,19 @@ To generate API keys using a registered account on Core Scan, refer to detailed
2525

2626
A technical glitch may have occurred in the key creation process. In this case, try deleting the key and generating a new one.​ If the issue still persists after using a freshly generated key, contact us on our official [Discord](https://discord.com/invite/coredaoofficial) server.
2727

28-
### 5. Is there a rate limit on API requests?
28+
### 5. Is there a rate limit on Core Scan API requests?
2929

3030
Yes, there are fixed rate limits on API requests based on the API tier. To avoid rate limit errors, adhere to your available plan by waiting for a certain amount of time before each request. If you are using a script or application, apply throttling to limit the frequency of calls.
3131

3232
| **API Tier** | **Rate Limit** |
3333
| ------------ | -------------- |
3434
| **Free** | 5 calls/second , up to 10,000 calls/day |
3535

36-
### 6. What is the status code of an API if an error occurs?
36+
### 6. Are there any rate limits on the Staking API endpoints?
37+
38+
Yes, the Staking API endpoints have a rate limit of 600 transactions per minute per IP.
39+
40+
### 7. What is the status code of an API if an error occurs?
3741

3842
An API call that encounters an error will return 0 as its status code and display the cause of the error in the result field.
3943

@@ -45,6 +49,6 @@ An API call that encounters an error will return 0 as its status code and displa
4549
}
4650
```
4751

48-
### 7. What should I do if I encounter issues or bugs with the API?
52+
### 8. What should I do if I encounter issues or bugs with the API?
4953

5054
Refer to official API documentation for [Common issues messages](https://docs.coredao.org/docs/api/tutorials/common-error-messages), If the problem persists, contact us on our official [Discord](https://discord.com/invite/coredaoofficial) server.

0 commit comments

Comments
 (0)