Network
mainnet
Subgraph ID
Awd4zn—JrbvZC
Deployment ID
QmdT15—Lb6WxE
Query URL
/subgraphs/id/Awd4zn—JrbvZC
107.3K Queries (Past 30D)
9.9K Signal
Updated 10 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/Awd4znJ45hAukL2e5JHVqgmdNYEWZALPWg5sryJrbvZC
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/Awd4znJ45hAukL2e5JHVqgmdNYEWZALPWg5sryJrbvZC