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
Chainlink Data Streams provides [reports](/data-streams/reference/report-schema-v3) with a _Mid_ and _Liquidity-Weighted Bid and Ask (LWBA)_ prices. These three prices form a pricing spread that offers protocols insight into market activity based on the current state of the order books.
19
+
Chainlink Data Streams provides [reports](/data-streams/reference/report-schema) with a _Mid_ and _Liquidity-Weighted Bid and Ask (LWBA)_ prices. These three prices form a pricing spread that offers protocols insight into market activity based on the current state of the order books.
21
20
22
21
**Note**: At the moment, only [Crypto streams](/data-streams/crypto-streams) provide LWBA prices.
Copy file name to clipboardExpand all lines: src/content/data-streams/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ whatsnext:
10
10
{
11
11
"Learn how to fetch and decode Data Streams reports with the API": "/data-streams/tutorials/api-go",
12
12
"Find the list of available Stream IDs": "/data-streams/crypto-streams",
13
-
"Find the schema of data to expect from Data Streams reports: Crypto": "/data-streams/reference/report-schema-v3",
14
-
"Find the schema of data to expect from Data Streams reports: RWA": "/data-streams/reference/report-schema-v8",
13
+
"Find the schema of data to expect from Data Streams reports": "/data-streams/reference/report-schema",
15
14
}
16
15
---
17
16
@@ -86,7 +85,7 @@ Access data directly through REST APIs or WebSocket connections using our SDKs:
86
85
87
86
1. Understand the Architecture: Review the [system components and data flow](/data-streams/architecture) to understand how Data Streams works.
88
87
89
-
1. Explore Available Data: Browse [available Stream IDs](/data-streams/crypto-streams) and [report schemas](/data-streams/reference/report-schema-v3) to see what data is available.
88
+
1. Explore Available Data: Browse [available Stream IDs](/data-streams/crypto-streams) and [report schemas](/data-streams/reference/report-schema) to see what data is available.
90
89
91
90
1. Try the API: Follow our [hands-on tutorial](/data-streams/tutorials/api-go) to fetch and decode your first report.
Copy file name to clipboardExpand all lines: src/content/data-streams/market-hours.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ whatsnext:
10
10
{
11
11
"Find the list of available Crypto streams": "/data-streams/crypto-streams",
12
12
"Find the list of available RWA streams": "/data-streams/rwa-streams",
13
-
"Find the schema of data to expect from Data Streams reports: Crypto": "/data-streams/reference/report-schema-v3",
14
-
"Find the schema of data to expect from Data Streams reports: RWA": "/data-streams/reference/report-schema-v8",
13
+
"Find the schema of data to expect from Data Streams reports": "/data-streams/reference/report-schema",
15
14
}
16
15
---
17
16
@@ -27,4 +26,4 @@ Markets for several assets are actively traded only during certain hours. Listed
27
26
28
27
## Real World Asset market status
29
28
30
-
Reports for Real World Asset (RWA) streams include the `marketStatus` value, which reflects the DON'S consensus on whether the market is currently open. For additional information, refer to the [RWA report schema](/data-streams/reference/report-schema-v8) page.
29
+
Reports for Real World Asset (RWA) streams include the `marketStatus` value, which reflects the DON'S consensus on whether the market is currently open. For additional information, refer to the [RWA report schema](/data-streams/reference/report-schema-v4) page.
0 commit comments