Network
arbitrum-one
Subgraph ID
3U95wX—ixx9B2
Deployment ID
QmSVo9—K5MyGt
Query URL
/subgraphs/id/3U95wX—ixx9B2
65.7K Queries (Past 30D)
3.2K Signal
Updated 2 months 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/3U95wXKP8fBpkMNn8mbroVkUTuh6KtHGa456pTixx9B2
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/3U95wXKP8fBpkMNn8mbroVkUTuh6KtHGa456pTixx9B2