Network
chapel
Subgraph ID
5n4RMT—Tp3uQz
Deployment ID
QmdYBP—NYpBWc
Query URL
/subgraphs/id/5n4RMT—Tp3uQz
4.1K Queries (Past 30D)
0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
daoPools(first: 5) {
id
validators {
id
}
}
validatorsContracts(first: 5) {
id
pool
}
}
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/5n4RMTMafKATjeET23JVPKDkZ9X96XMz4bUaw8Tp3uQz
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ daoPools(first: 5) { id validators { id } } validatorsContracts(first: 5) { id pool } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5n4RMTMafKATjeET23JVPKDkZ9X96XMz4bUaw8Tp3uQz