Network
gnosis
Subgraph ID
DDoABV—DgJVo2
Deployment ID
QmX3Jr—9b3yA9
Query URL
/subgraphs/id/DDoABV—DgJVo2
1.2M Queries (Past 30D)
3.0K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
vaults(first: 5) {
id
authorizer
protocolFeeController
isPaused
}
pools(first: 5) {
id
vault {
id
}
hook {
id
}
hookConfig {
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/DDoABVc9xCRQwuXRq2QLZ6YLkjoFet74vnfncQDgJVo2
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ vaults(first: 5) { id authorizer protocolFeeController isPaused } pools(first: 5) { id vault { id } hook { id } hookConfig { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DDoABVc9xCRQwuXRq2QLZ6YLkjoFet74vnfncQDgJVo2