Network
mainnet
Subgraph ID
33SALo—s5wV3W
Deployment ID
QmUXMr—tioVZY
Query URL
/subgraphs/id/33SALo—s5wV3W
30.8K Queries (Past 30D)
0 Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
governances(first: 5) {
id
address
executor
guardian
}
functionRegistries(first: 5) {
id
signature
}
}
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/33SALoS8mD2PxLR2utd6TXBekhp3Ra3T3uCyHks5wV3W
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ governances(first: 5) { id address executor guardian } functionRegistries(first: 5) { id signature } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/33SALoS8mD2PxLR2utd6TXBekhp3Ra3T3uCyHks5wV3W