Network
mainnet
Subgraph ID
7V45fK—8VyQnr
Deployment ID
QmQt68—LPgsQ1
Query URL
/subgraphs/id/7V45fK—8VyQnr
43.1K Queries (Past 30D)
4.5K 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/7V45fKPugp9psQjgrGsfif98gWzCyC6ChN7CW98VyQnr
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/7V45fKPugp9psQjgrGsfif98gWzCyC6ChN7CW98VyQnr