Network
mainnet
Subgraph ID
BaVcsE—ALi1x3
Deployment ID
QmRgrm—mngqmL
Query URL
/subgraphs/id/BaVcsE—ALi1x3
124.8 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
organizations(first: 5) {
id
token
delegates {
id
}
delegators {
id
}
}
users(first: 5) {
id
delegateorganizations {
id
}
delegatororganizations {
id
}
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/BaVcsEz8hxtxkKUstFJ9S6fWZzWGzPgsccm85vALi1x3
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ organizations(first: 5) { id token delegates { id } delegators { id } } users(first: 5) { id delegateorganizations { id } delegatororganizations { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/BaVcsEz8hxtxkKUstFJ9S6fWZzWGzPgsccm85vALi1x3