Network
mainnet
Subgraph ID
Dp7Nvr—4vyHnE
Deployment ID
QmaEgb—vsTKXJ
Query URL
/subgraphs/id/Dp7Nvr—4vyHnE
24.2K Queries (Past 30D)
64.3K 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/Dp7Nvr9EESRYJC1sVhVdrRiDU2bxPa8G1Zhqdh4vyHnE
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/Dp7Nvr9EESRYJC1sVhVdrRiDU2bxPa8G1Zhqdh4vyHnE