Network
holesky
Subgraph ID
2fc6xR—uXQZk6
Deployment ID
QmVeSG—QzTWDR
Query URL
/subgraphs/id/2fc6xR—uXQZk6
4.4K Queries (Past 30D)
0 Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
clusters(first: 5) {
id
owner {
id
}
operatorIds
validatorCount
}
validators(first: 5) {
id
owner {
id
}
operators {
id
}
cluster {
id
}
}
}
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/2fc6xRiZ2PaPYE2fBRZ1fB1SFS3PojvCXB8fFguXQZk6
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ clusters(first: 5) { id owner { id } operatorIds validatorCount } validators(first: 5) { id owner { id } operators { id } cluster { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2fc6xRiZ2PaPYE2fBRZ1fB1SFS3PojvCXB8fFguXQZk6