Network
arbitrum-one
Subgraph ID
FumGwX—zcTAx4
Deployment ID
QmUYat—pR9yMH
Query URL
/subgraphs/id/FumGwX—zcTAx4
6.8K Queries (Past 30D)
1.3K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
vaultCount
vaults {
id
}
tokens
}
vaults(first: 5) {
id
factory {
id
}
vault
creator
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/FumGwXjVC5QDgCgoDzRE3yGE8g7gJBwMwdjVWyzcTAx4
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ factories(first: 5) { id vaultCount vaults { id } tokens } vaults(first: 5) { id factory { id } vault creator } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FumGwXjVC5QDgCgoDzRE3yGE8g7gJBwMwdjVWyzcTAx4