Network
arbitrum-sepolia
Subgraph ID
77xeh3—ddoXZo
Deployment ID
QmZVke—5txcva
Query URL
/subgraphs/id/77xeh3—ddoXZo
185 Queries (Past 30D)
0 Signal
Updated 18 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/77xeh3UeBCzHokbVtkeaH42vXsFh6MRe4JpZSPddoXZo
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/77xeh3UeBCzHokbVtkeaH42vXsFh6MRe4JpZSPddoXZo