Network
arbitrum-sepolia
Subgraph ID
HZHLr6—SESoMs
Deployment ID
QmQiFa—k9x66A
Query URL
/subgraphs/id/HZHLr6—SESoMs
720 Queries (Past 30D)
0 Signal
Updated 5 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
disputeTemplates(first: 5) {
id
templateTag
templateData
templateDataMappings
}
}
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/HZHLr6QXebWvttsCuJsSEzYGuQLHZNdVLfEcGUSESoMs
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ disputeTemplates(first: 5) { id templateTag templateData templateDataMappings } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HZHLr6QXebWvttsCuJsSEzYGuQLHZNdVLfEcGUSESoMs