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
The Polymarket Subgraph endpoint is available on [Graph Explorer](https://thegraph.com/explorer).
81
80
@@ -99,7 +98,7 @@ You can use this API key on any subgraph in [Graph Explorer](https://thegraph.co
99
98
100
99
## How to Query with the API
101
100
102
-
You can pass any GraphQL query to the Polymarket endpoint and receive data in json format.
101
+
You can pass any GraphQL query to the Polymarket endpoint and receive data in json format.
103
102
104
103
This following code example will return the exact same output as above.
105
104
@@ -140,8 +139,8 @@ axios(graphQLRequest)
140
139
```
141
140
142
141
## About The Graph
143
-
144
-
The Graph is a decentralized protocol that enables seamless querying and indexing of blockchain data. It simplifies the complex process of querying blockchain data through the use of subgraphs (open APIs).
142
+
143
+
The Graph is a decentralized protocol that enables seamless querying and indexing of blockchain data. It simplifies the complex process of querying blockchain data through the use of subgraphs (open APIs).
145
144
146
145
Query data easier and faster with The Graph.
147
146
@@ -158,5 +157,3 @@ Benefits of Using The Graph
158
157
For more information about querying data from your subgraph, read more [here](/subgraphs/querying/introduction/).
159
158
160
159
To explore all the ways you can optimize & customize your subgraph for a better performance, read more about [creating a subgraph here](/developing/creating-a-subgraph/).
0 commit comments