Network
bsc
Subgraph ID
2XDP2Z—of2YLn
Deployment ID
QmYbHX—uvX9Rq
Query URL
/subgraphs/id/2XDP2Z—of2YLn
154.7K Queries (Past 30D)
220.7 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
settingsContracts(first: 5) {
id
daoPool
}
userKeeperContracts(first: 5) {
id
daoPool
}
}
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/2XDP2ZxHc25n4xeDqKWTGBy5FJojS6dw4WM79oof2YLn
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ settingsContracts(first: 5) { id daoPool } userKeeperContracts(first: 5) { id daoPool } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2XDP2ZxHc25n4xeDqKWTGBy5FJojS6dw4WM79oof2YLn