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: docs/api/subgraph/overview.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,19 @@ title: Overview
7
7
## The Uniswap Subgraph
8
8
9
9
Uniswap uses multiple [subgraphs](https://thegraph.com/docs/about/introduction#what-the-graph-is) for indexing and organizing data from the Uniswap smart contracts.
10
-
These subgraphs are hosted on The Graph hosted service and can be used to query Uniswap data.
10
+
These subgraphs are hosted on The Graph and can be used to query Uniswap data.
11
11
12
12
### Versions and Production Endpoints
13
13
14
-
Each version of Uniswap has its own dedicated subgraph, and governance contracts have a dedicated subgraph as well.
14
+
Each version of Uniswap for each chain has its own dedicated subgraph. As hosted subgraphs have been depreciated, you will now need to call through their decentralized subgraphs.
15
15
16
16
Each subgraph has a dedicated endpoint for querying data, as well as a page on [The Graph explorer](https://thegraph.com/explorer) that exposes the schema and available fields to query.
17
17
18
+
## Creating an API Key
19
+
20
+
API Keys can be created by users inside the [Studio](https://thegraph.com/studio/apikeys/). This key will be included into the endpoint to associate a consumers usage to their billing.
0 commit comments