Skip to content

Commit ff9a045

Browse files
committed
restructure
1 parent 011548e commit ff9a045

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

pages/lazer/_meta.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@
2424
"title": "Reference Material",
2525
"type": "separator"
2626
},
27-
"price-feeds": "Price Feeds",
27+
"price-feeds-ids": "Price Feeds IDs",
2828

29-
"api-reference": {
30-
"title": "HTTP API Reference ↗",
31-
"href": "TODO:",
29+
"websocket-api-reference": {
30+
"title": "Websocket API Reference ↗",
31+
"href": "https://pyth-lazer.dourolabs.app/docs",
3232
"newWindow": true
3333
},
3434

35-
"websocket-api-reference": "Websocket API Reference",
3635
"contract-addresses": "Contract Addresses",
3736

3837
"errors": "Error Codes",

pages/lazer/fetch-price-updates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ client.send({
3838
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.
41-
- `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.
41+
- `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-ids.mdx) for the supported price feeds.
4242
- `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.
@@ -124,7 +124,7 @@ You may find these additional resources helpful for subscribing to price updates
124124

125125
### Price Feed IDs
126126

127-
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feeds.mdx) page for a complete list of supported price feeds.
127+
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feeds-ids.mdx) page for a complete list of supported price feeds.
128128

129129
### Examples
130130

pages/lazer/getting-started.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
# Getting Started with Pyth Lazer
2-
3-
TODO: Fill this up.

pages/lazer/integrate-as-consumer/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ You may find these additional resources helpful for integrating Pyth Lazer into
143143

144144
### Price Feed IDs
145145

146-
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feeds.mdx) page for a complete list of supported price feeds.
146+
Pyth Lazer supports a wide range of price feeds. Consult the [Price Feed IDs](../price-feeds-ids.mdx) page for a complete list of supported price feeds.
147147

148148
### Examples
149149

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# How Pyth Lazer works
2+
3+
Pyth Lazer is a permissioned service that provides ultra-low-latency price and market data to highly latency-sensitive users.
4+
5+
We are working on writing a detailed technical overview how Lazer works. Details will be added here as they are completed.

0 commit comments

Comments
 (0)