Network
mainnet
Subgraph ID
8oHw9q—rYEJF5
Deployment ID
QmUYG7—rKpKYL
Query URL
/subgraphs/id/8oHw9q—rYEJF5
136.9K Queries (Past 30D)
3.0K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
parties(first: 5) {
id
count
challengesWon {
id
}
}
reasons(first: 5) {
id
count
challenges {
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/8oHw9qNXdeCT2Dt4QPZK9qHZNAhPWNVrCKnFDarYEJF5
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ parties(first: 5) { id count challengesWon { id } } reasons(first: 5) { id count challenges { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8oHw9qNXdeCT2Dt4QPZK9qHZNAhPWNVrCKnFDarYEJF5