Update README.md

This commit is contained in:
Ali Behjati 2023-08-04 11:58:21 +03:30
parent 6bf10d30bf
commit 3df34478bf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
The Pyth price service is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a The Pyth price service is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a
convenient web API. The service allows users to easily query for recent price updates via a REST API, or subscribe to convenient web API. The service allows users to easily query for recent price updates via a REST API, or subscribe to
a websocket for streaming updates. [The Price Service JS client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/sdk/js) connects a websocket for streaming updates. [Price service JS client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/sdk/js) connects
to an instance of the price service in order to fetch on-demand price updates. to an instance of the price service in order to fetch on-demand price updates.
## Public Endpoints ## Public Endpoints