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
Copy file name to clipboardExpand all lines: pages/lazer/subscribe-price-updates.mdx
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ Subscribing to price updates is a three-step process:
10
10
2.**Configure** subscription parameters.
11
11
3.**Subscribe** to the price updates via [websocket API](https://pyth-lazer.dourolabs.app/docs).
12
12
13
-
The websocket server is available at `wss://pyth-lazer.dourolabs.app/v1/stream{:bash}`.
13
+
The websocket server is available at
14
+
`wss://pyth-lazer.dourolabs.app/v1/stream{:bash}` for production and
15
+
`wss://pyth-lazer-staging.dourolabs.app/v1/stream{:bash}` for staging.
14
16
15
17
<Steps>
16
18
@@ -126,7 +128,7 @@ You may find these additional resources helpful for subscribing to price updates
126
128
127
129
### Price Feed IDs
128
130
129
-
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feed-ids.mdx) page for a complete list of supported price feeds.
131
+
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](./price-feed-ids.mdx) page for a complete list of supported price feeds.
0 commit comments