Network
arbitrum-one
Subgraph ID
Av6yoi—U5rg5P
Deployment ID
QmVMGj—XUr5gr
Query URL
/subgraphs/id/Av6yoi—U5rg5P
22 Queries (Past 30D)
2.5K Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
graphNetworks(first: 5) {
id
delegationRatio
totalTokensStaked
totalTokensClaimable
}
graphAccounts(first: 5) {
id
names {
id
}
defaultName {
id
}
createdAt
}
}
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/Av6yoijxJiwfxgKueekn5xBqCtscKdXiqrRtwrU5rg5P
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ graphNetworks(first: 5) { id delegationRatio totalTokensStaked totalTokensClaimable } graphAccounts(first: 5) { id names { id } defaultName { id } createdAt } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Av6yoijxJiwfxgKueekn5xBqCtscKdXiqrRtwrU5rg5P