Skip to content

Commit 8b7335a

Browse files
committed
push
1 parent 4ee174b commit 8b7335a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pages/lazer/fetch-price-updates.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here:
3939

4040
- `subscriptionId` is an arbitrary numeric identifier one can choose for a subscription. It will be returned back in response by the server. It doesn not affect the signed payload.
4141
- `priceFeedIds` is the list of price feeds one like to receive. Data for all price feeds will be present in the signed price updates generated. Refer to the [Price Feed IDs list](./price-feeds.mdx) for the supported price feeds.
42-
- `properties` is the list of properties one can request, such as **price**, **bestBidPrice**, **bestAskPrice**, etc.
42+
- `properties` is the list of properties one can request, such as **price**, **bestBidPrice**, **bestAskPrice**, etc.
4343
- `chains` is the list of chains for which one need a signed payload, such as **evm**, **solana**, etc.
4444
- `channel` allows to configure the update rate: updates in the **real_time** channel are sent as frequently as possible, while **fixed_rate@200ms** and **fixed_rate@50ms** channels are updated at fixed rates.
4545

@@ -50,7 +50,7 @@ There are also a few other parameters one may use. Refer to the [API documentati
5050
To subscribe to the price updates, one needs to send the request to the websocket server. The server will respond with a signed price update.
5151

5252
1. Pyth Lazer provides a [SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/lazer/sdk/js) to seamlessly integrate the websocket API into your application.
53-
It can be installed using the following command:
53+
It can be installed using the following command:
5454

5555
```bash
5656
npm install --save @pythnetwork/pyth-lazer-sdk
@@ -118,8 +118,6 @@ By default, price updates contain the `parsed` field that one can use to easily
118118

119119
</Steps>
120120

121-
122-
123121
## Additional Resources
124122

125123
You may find these additional resources helpful for subscribing to price updates from Pyth Lazer.

0 commit comments

Comments
 (0)