File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
pages/price-feeds/api-instances-and-providers Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,15 @@ 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
+
25
31
For production deployments, developers integrating with Pyth Network are ** strongly encouraged** to use Node Providers
26
32
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.
33
+ instance of Hermes to fetch Pyth price updates.
28
34
29
35
## Node Providers
30
36
You can’t perform that action at this time.
0 commit comments