Network
gnosis
Subgraph ID
24b1tK—UGj1hr
Deployment ID
QmV2nU—HNWHof
Query URL
/subgraphs/id/24b1tK—UGj1hr
0 Queries (Past 1D)
1.0 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
lockerRegistries(first: 5) {
id
lockerRegistryContract
gelatoFee
lockerImplementation
}
lockers(first: 5) {
id
lockerContract
blockNumber
blockTimestamp
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/24b1tKy4QuXBXCC7phd7dXWNNoxohL4UgEZa7GUGj1hr
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ lockerRegistries(first: 5) { id lockerRegistryContract gelatoFee lockerImplementation } lockers(first: 5) { id lockerContract blockNumber blockTimestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/24b1tKy4QuXBXCC7phd7dXWNNoxohL4UgEZa7GUGj1hr