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
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: mdx/guides/0x-data-existing-tools.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This guide introduces the dashboards and tools to available to explore 0x data, for different needs. In this piece, we are mainly focusing on ready-made analytics solutions that don’t require advanced data scraping. The following solutions are ideal for teams working on analytics product or data information sites, looking to integrate 0x data with minimum effort; or for DeFi researchers/analysts looking for ready made, reliable sources about the 0x ecosystem. At the end of the document we provide links to resources for advanced use cases.
1
+
This guide introduces the dashboards and tools available to explore 0x data, for different needs. In this piece, we are mainly focusing on ready-made analytics solutions that don’t require advanced data scraping. The following solutions are ideal for teams working on analytics product or data information sites, looking to integrate 0x data with minimum effort; or for DeFi researchers/analysts looking for ready made, reliable sources about the 0x ecosystem. At the end of the document we provide links to resources for advanced use cases.
2
2
3
3
## 🗺️ Scope and Concepts ✏️
4
4
@@ -18,15 +18,15 @@ It is an off-chain order matching system that compares prices across:
18
18
* Off-chain **native liquidity** from RFQ system with Professional Market Makers’ quotes
19
19
* Off-chain **native liquidity** from 0x’s Open Order Book network (known as mesh, accessed via 0x API `/sra` endpoint)
20
20
21
-
It returns the best price source (or sources) to users and prepare the routing information to be settled onchain — by 0x exchange contracts (**native liquidity**) or other DEXes' contracts (**bridge liquidity**).
21
+
It returns the best price source (or sources) to users and prepares the routing information to be settled on chain — by 0x exchange contracts (**native liquidity**) or other DEXes' contracts (**bridge liquidity**).
22
22
23
23
This portion has an overlap with other DEXes' volume as the bridge liquidity will be settled on their origin DEXes, but there’s no overlap with other aggregators.
24
24
25
25
For a list of all sources, see: [What exchange networks does Matcha aggregate liquidity from?](http://help.matcha.xyz/en/articles/4375069-what-exchange-networks-does-matcha-aggregate-liquidity-from)
26
26
27
27
### 3. The Application Layer - Matcha and other 0x API Integrators
28
28
29
-
[Matcha](https://matcha.xyz) is user facing product sitting on top of 0x API `/swap` and `/sra` endpoints. It fetches "maker" order via `/swap` endpoints for consumers’ **market orders**; and submit "maker" order via `/sra` endpoints for consumers’ **limit orders** which can later be sourced and potentially filled via `/swap` endpoint. Other integrators work in a similar way, but may include additional sources.
29
+
[Matcha](https://matcha.xyz) is a user-facing product sitting on top of 0x API `/swap` and `/sra` endpoints. It fetches "maker" order via `/swap` endpoints for consumers’ **market orders**; and submit "maker" order via `/sra` endpoints for consumers’ **limit orders** which can later be sourced and potentially filled via `/swap` endpoint. Other integrators work in a similar way, but may include additional sources.
30
30
31
31
### 4. The Global Total - 0x Protocol
32
32
@@ -43,7 +43,7 @@ Below is a summary table for different attributions:
43
43
| 0x API Integrator (e.g. Matcha) | Ethereum, BSC, Polygon | Application Layer | Aggregator (Integrator) | Yes | volume Integrator affiliated on top of 0x API `/swap` and `/sra` endpoints |
44
44
|**0x Protocol**|**Ethereum, BSC, Polygon**|**Global**|**DEX + Aggregator**|**Yes**|**combined total 0x volume with de-duplication of overlap**|
45
45
46
-
*Note: since 0x Native (native exchange contracts) are not deployed on chains outside Ethereum, 0x Protocol (global volume) is same attribution as 0x API volume on BSC and Polygon at the moment.*
46
+
*Note: since 0x Native (native exchange contracts) are not deployed on chains outside Ethereum, 0x Protocol (global volume) is the same attribution as 0x API volume on BSC and Polygon at the moment.*
47
47
48
48
## 🧮 Available Data Tools 📎
49
49
@@ -107,7 +107,7 @@ While we work on that, we have produced a set of Public Dashboards that cover 0x
107
107
- New subgraph: [0x-exchange-proxy](https://thegraph.com/explorer/subgraph?id=0x36c057dd1850fad3c075ba83105e67d2448dedaf-0&version=0x36c057dd1850fad3c075ba83105e67d2448dedaf-0-0)
Other chains' subgraph are currently not planned as it requires reliable & in-sync subgraphs of certain DEXes from where liquidity is sourced.
110
+
Other chains' subgraphs are currently not planned as it requires reliable & in-sync subgraphs of certain DEXes from where liquidity is sourced.
111
111
112
112
113
113
### 1.5 Dune Analytics
@@ -135,9 +135,9 @@ We constantly work with the teams and maintain our external reporting on platfor
135
135
136
136
## 🔎 Decode it from Scratch (Advanced) ⛓️
137
137
138
-
Do you believe that the truth can only be found in the blokchain?
138
+
Do you believe that the truth can only be found in the blockchain?
139
139
- If you don't have a data pipeline yet - our [event scraper](https://github.com/0xProject/0x-event-pipeline) is open source and only requires an RPC endpoint and a Postgres DB (Contributions are also welcome).
140
-
- If you already have a full copy of blockchain data ETL, with low level tables processed into relational database - our [folder](https://github.com/duneanalytics/abstractions/tree/master/ethereum/zeroex) under DuneAnalytics' collaborative repo will be the best reference.
140
+
- If you already have a blockchain data ETL already, with the full copy of data processed into relational databases - our [folder](https://github.com/duneanalytics/abstractions/tree/master/ethereum/zeroex) under DuneAnalytics' collaborative repo will be the best reference.
0 commit comments