File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
pages/price-feeds/api-instances-and-providers Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Hermes
2
2
3
+ Hermes is an open-source service that listens to the Pythnet and the Wormhole Network for Pyth price updates, and
4
+ serves them via a convenient web API.
5
+
6
+ Hermes allows users to easily [ fetch price updates] ( ../fetch-price-updates ) via a REST API, or subscribe to a websocket for streaming
7
+ updates.
8
+
3
9
## Public Endpoints
4
10
5
- The Pyth Data Association operates two public endpoints for Hermes, which can be used to test integrations with Pyth
11
+ The Pyth Data Association operates a public endpoint for Hermes, which can be used to test integrations with Pyth
6
12
Network:
7
13
8
- | Channel | URL |
9
- | ------- | -------------------------------- |
10
- | Stable | https://hermes.pyth.network |
11
- | Beta | https://hermes-beta.pyth.network |
12
-
13
- Users must select a Hermes instance with the same channel (Stable / Beta) as their price feed contract.
14
- Stable represents the production data feeds, and Beta is a testing environment for development purposes.
15
- Most users should select Stable for both Hermes and the contract.
16
- Stable feeds are available on both mainnet and most testnets (including all EVM testnets).
14
+ URL: https://hermes.pyth.network
17
15
18
- For production deployments, developers integrating with Pyth Network are ** strongly encouraged** to host their own
19
- instance of Hermes or obtain a Hermes node from our RPC providers for maximum resilience and decentralization.
16
+ For production deployments, developers integrating with Pyth Network are ** strongly encouraged** to use Node Providers
17
+ for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
18
+ 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.
20
19
21
20
## Node Providers
22
21
You can’t perform that action at this time.
0 commit comments