Network
arbitrum-one
Subgraph ID
6WJvVn—3Z7dya
Deployment ID
Qma9BC—MiHRhM
Query URL
/subgraphs/id/6WJvVn—3Z7dya
887 Queries (Past 30D)
6.9K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
lockers(first: 5) {
id
totalLocks
totalTokens
blockNumber
}
vestedTokens(first: 5) {
id
token {
id
}
locker {
id
}
locksNumber
}
}
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/6WJvVn4AFimpn8JfmeZA17ZWbGkj3c1a4Ate4z3Z7dya
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ lockers(first: 5) { id totalLocks totalTokens blockNumber } vestedTokens(first: 5) { id token { id } locker { id } locksNumber } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6WJvVn4AFimpn8JfmeZA17ZWbGkj3c1a4Ate4z3Z7dya