Skip to content

chore(hermes) Add hermes rate limits callout #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pages/price-feeds/api-instances-and-providers/hermes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ URL: https://hermes-beta.pyth.network

</Callout>

### Rate limits

In order to maximize the reliability of the Public Hermes API, a request rate limit is enforced.
All endpoints limits are set at 30 requests every 10 seconds per IP address.
Clients issuing request above the limit will receive a 429 (Too Many Requests) response for the subsequent 60-second period.

For production deployments, developers integrating with Pyth Network are **strongly encouraged** to use Node Providers
for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
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.
instance of Hermes to fetch Pyth price updates.

## Node Providers

Expand Down
Loading