2 minutes
Vanliga frågor om Subgraf Studio
1. Vad är Subgraf Studio?
Subgraph Studio is a dapp for creating, managing, and publishing Subgraphs and API keys.
2. Hur skapar jag en API-nyckel?
To create an API, navigate to Subgraph Studio and connect your wallet. You will be able to click the API keys tab at the top. There, you will be able to create an API key.
3. Kan jag skapa flera API-nycklar?
Yes! You can create multiple API Keys to use in different projects. Check out the link here.
4. Hur begränsar jag en domän för en API-nyckel?
När du har skapat en API-nyckel kan du i avsnittet Säkerhet definiera vilka domäner som kan ställa frågor till en specifik API-nyckel.
5. Can I transfer my Subgraph to another owner?
Yes, Subgraphs that have been published to Arbitrum One can be transferred to a new wallet or a Multisig. You can do so by clicking the three dots next to the ‘Publish’ button on the Subgraph’s details page and selecting ‘Transfer ownership’.
Note that you will no longer be able to see or edit the Subgraph in Studio once it has been transferred.
6. How do I find query URLs for Subgraphs if I’m not the developer of the Subgraph I want to use?
You can find the query URL of each Subgraph in the Subgraph Details section of Graph Explorer. When you click on the “Query” button, you will be directed to a pane wherein you can view the query URL of the Subgraph you’re interested in. You can then replace the <api_key>
placeholder with the API key you wish to leverage in Subgraph Studio.
Remember that you can create an API key and query any Subgraph published to the network, even if you build a Subgraph yourself. These queries via the new API key, are paid queries as any other on the network.