File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
pages/price-feeds/api-instances-and-providers Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,17 @@ URL: https://hermes-beta.pyth.network
22
22
23
23
</Callout >
24
24
25
+ ### Rate limits
26
+
27
+ In order to maximize the reliability of the Public Hermes API, a request rate limit is enforced.
28
+ All endpoints limits are set at 30 requests every 10 seconds per IP address.
29
+ Clients issuing request above the limit will receive a 429 (Too Many Requests) response for the subsequent 60-second period.
30
+
31
+
25
32
For production deployments, developers integrating with Pyth Network are ** strongly encouraged** to use Node Providers
26
33
for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
27
- instance of Hermes to fetch Pyth price updates. Please note it is not recommended to use the public endpoint for production as it has rate limits.
34
+ instance of Hermes to fetch Pyth price updates.
35
+
28
36
29
37
## Node Providers
30
38
You can’t perform that action at this time.
0 commit comments