Network
mainnet
Subgraph ID
5gByjb—y8LC69
Deployment ID
Qmdy1e—ofctq7
Query URL
/subgraphs/id/5gByjb—y8LC69
3.5M Queries (Past 30D)
66.1K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
lockers(first: 5) {
id
totalLocks
totalTokens
numberActivePools
}
lockedPools(first: 5) {
id
pool {
id
}
locker {
id
}
numberOfLocks
}
}
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/5gByjbCu558gLVwzvWiYD8JPQC8KLk6PSe9AVFy8LC69
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ lockers(first: 5) { id totalLocks totalTokens numberActivePools } lockedPools(first: 5) { id pool { id } locker { id } numberOfLocks } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5gByjbCu558gLVwzvWiYD8JPQC8KLk6PSe9AVFy8LC69