You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FAQs/core-api-faqs.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,19 @@ To generate API keys using a registered account on Core Scan, refer to detailed
25
25
26
26
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.
27
27
28
-
### 5. Is there a rate limit on API requests?
28
+
### 5. Is there a rate limit on Core Scan API requests?
29
29
30
30
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.
31
31
32
32
|**API Tier**|**Rate Limit**|
33
33
| ------------ | -------------- |
34
34
|**Free**| 5 calls/second , up to 10,000 calls/day |
35
35
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?
37
41
38
42
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.
39
43
@@ -45,6 +49,6 @@ An API call that encounters an error will return 0 as its status code and displa
45
49
}
46
50
```
47
51
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?
49
53
50
54
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