Network
mainnet
Subgraph ID
Edg8H3—jEr5ao
Deployment ID
QmP6Ge—SmnQwq
Query URL
/subgraphs/id/Edg8H3—jEr5ao
15 Queries (Past 30D)
101.0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
arbitrableHistories(first: 5) {
id
metaEvidence
disputes {
id
}
}
disputes(first: 5) {
id
disputeIDNumber
arbitrated
metaEvidenceId
}
}
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/Edg8H3AioJtYaih5PtfJhRNaERS6bU1XMn9dfPjEr5ao
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ arbitrableHistories(first: 5) { id metaEvidence disputes { id } } disputes(first: 5) { id disputeIDNumber arbitrated metaEvidenceId } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Edg8H3AioJtYaih5PtfJhRNaERS6bU1XMn9dfPjEr5ao