Network
gnosis
Subgraph ID
CdZ3hGβDe2gM7
Deployment ID
QmR6wpβycj5qv
Query URL
/subgraphs/id/CdZ3hGβDe2gM7
191.3K Queries (Past 30D)
10.0K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
agreements(first: 5) {
id
dao
stakingFactory
currentVersion {
id
}
}
signers(first: 5) {
id
agreement {
id
}
address
actions {
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/CdZ3hGHrcjhbhYad2mN27K8YusaVY7U8ru3Tp4De2gM7
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ agreements(first: 5) { id dao stakingFactory currentVersion { id } } signers(first: 5) { id agreement { id } address actions { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/CdZ3hGHrcjhbhYad2mN27K8YusaVY7U8ru3Tp4De2gM7