File tree 1 file changed +9
-0
lines changed
pages/price-feeds/api-instances-and-providers 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { Callout } from " nextra/components" ;
2
+
1
3
# Hermes
2
4
3
5
Hermes is an open-source service that listens to the Pythnet and the Wormhole Network for Pyth price updates, and
@@ -13,6 +15,13 @@ Network:
13
15
14
16
URL: https://hermes.pyth.network
15
17
18
+ <Callout type = " info" emoji = " ⚠️" >
19
+ For developers building on ** Aptos testnet** , ** Sui testnet** or ** Near testnet** , please use the Hermes Beta endpoint:
20
+
21
+ URL: https://hermes-beta.pyth.network
22
+
23
+ </Callout >
24
+
16
25
For production deployments, developers integrating with Pyth Network are ** strongly encouraged** to use Node Providers
17
26
for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
18
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.
You can’t perform that action at this time.
0 commit comments