Network
arbitrum-sepolia
Subgraph ID
4Rg3NA—6imGTS
Deployment ID
QmfNHZ—Rq9yuu
Query URL
/subgraphs/id/4Rg3NA—6imGTS
613 Queries (Past 30D)
0 Signal
Updated 16 hours ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
userAddress
tokens {
id
}
totalStake
}
penalties(first: 5) {
id
dispute {
id
}
round {
id
}
juror {
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/4Rg3NAW99hX8RDD281ycfeRWxp92k6RdqpW3pf6imGTS
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id userAddress tokens { id } totalStake } penalties(first: 5) { id dispute { id } round { id } juror { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/4Rg3NAW99hX8RDD281ycfeRWxp92k6RdqpW3pf6imGTS