Network
matic
Subgraph ID
Ln3stV—zHgkMD
Deployment ID
QmQhdy—gEiqF9
Query URL
/subgraphs/id/Ln3stV—zHgkMD
707 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/Ln3stVsr8YYQ7YDQf3LhMV4gUaBQWbis5db5hzHgkMD
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/Ln3stVsr8YYQ7YDQf3LhMV4gUaBQWbis5db5hzHgkMD