Querying The Graph
Reading time: 2 min
To start querying right away, visit .
When a subgraph is published to The Graph Network, you can visit its subgraph details page on Graph Explorer and use the "Query" tab to explore the deployed GraphQL API for each subgraph.
Each subgraph published to The Graph Network has a unique query URL in Graph Explorer to make direct queries. You can find it by navigating to the subgraph details page and clicking on the "Query" button in the top right corner.
You will notice that this query URL must use a unique API key. You can create and manage your API keys in , under the "API Keys" section. Learn more about how to use Subgraph Studio .
Subgraph Studio users start on a Free Plan, which allows them to make 100,000 queries per month. Additional queries are available on the Growth Plan, which offers usage based pricing for additional queries, payable by credit card, or GRT on Arbitrum. You can learn more about billing .
Note: If you encounter 405 errors with a GET request to the Graph Explorer URL, please switch to a POST request instead.