Network
arbitrum-one
Subgraph ID
HVC4Br—3UpcD4
Deployment ID
QmTjU7—zCvxze
Query URL
/subgraphs/id/HVC4Br—3UpcD4
1.9K Queries (Past 1D)
13.6 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
keepers(first: 5) {
id
bondHeld
index
actions {
id
}
}
runners(first: 5) {
id
bondHeld
createdAt
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/HVC4Br5yprs3iK6wF8YVJXy4QZWBNXTCFp8LPe3UpcD4
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ keepers(first: 5) { id bondHeld index actions { id } } runners(first: 5) { id bondHeld createdAt } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/HVC4Br5yprs3iK6wF8YVJXy4QZWBNXTCFp8LPe3UpcD4