Network
gnosis
Subgraph ID
Bbz1im—PZPh4q
Deployment ID
QmacRw—P8sGjF
Query URL
/subgraphs/id/Bbz1im—PZPh4q
571.6K 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/Bbz1imi78Set7VYKxqwNGZ4dwqJpEUBNYqGsbPPZPh4q
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/Bbz1imi78Set7VYKxqwNGZ4dwqJpEUBNYqGsbPPZPh4q