Network
polygon-zkevm
Subgraph ID
5C3jLr—FrskWY
Deployment ID
QmVnUi—yKRWtk
Query URL
/subgraphs/id/5C3jLr—FrskWY
566.9K Queries (Past 30D)
24.8 Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
givpowers(first: 5) {
id
initialDate
locksCreated
roundDuration
}
tokenLocks(first: 5) {
id
user {
id
}
amount
rounds
}
}
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/5C3jLrWc5L1jr6CXtVHsTB7VUCNhVyqVJv7obuFrskWY
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ givpowers(first: 5) { id initialDate locksCreated roundDuration } tokenLocks(first: 5) { id user { id } amount rounds } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5C3jLrWc5L1jr6CXtVHsTB7VUCNhVyqVJv7obuFrskWY