You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: pythnet-price-feeds/price-service.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Price Service
2
2
3
-
The [price service](https://github.com/pyth-network/pyth-crosschain/tree/main/third_party/pyth/price-service) is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a convenient web API.
3
+
The [price service][price-service-repo] is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a convenient web API.
4
4
The service allows users to easily query for recent price updates via a REST API, or subscribe to a websocket for streaming updates.
5
5
The Pyth Network Javascript SDKs connect to an instance of the price service in order to fetch on-demand price updates.
6
6
@@ -17,3 +17,6 @@ These endpoints can be used to test integrations with Pyth Network:
17
17
For production deployments, developers integrating with Pyth Network are **strongly encouraged** to host their own instance of the price service for maximum resilience and decentralization.
18
18
By running an independent instance of this service, developers tap directly into Wormhole's peer-to-peer network to stream Pyth price updates.
19
19
This peer-to-peer network has built-in redundancy and is therefore inherently more reliable than a centralized service operated by the PDA.
20
+
Please find more information about building and running the price service from [here][price-service-repo].
0 commit comments