Network
arbitrum-one
Subgraph ID
8UJ5Bk—pb2C2Y
Deployment ID
QmXwwx—2u4yVN
Query URL
/subgraphs/id/8UJ5Bk—pb2C2Y
1.8M Queries (Past 30D)
2.6K Signal
Updated 21 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
networks(first: 5) {
id
currentRelease {
id
}
vaults
managers
}
releases(first: 5) {
id
current
open
close
}
}
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/8UJ5Bkf2eazZhXsAshhzQ2Keibcb8NFHBvXis9pb2C2Y
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ networks(first: 5) { id currentRelease { id } vaults managers } releases(first: 5) { id current open close } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8UJ5Bkf2eazZhXsAshhzQ2Keibcb8NFHBvXis9pb2C2Y