Network
gnosis
Subgraph ID
GQa6BC—1mWk4z
Deployment ID
QmVXy2—sVCiTK
Query URL
/subgraphs/id/GQa6BC—1mWk4z
0 Queries (Past 1D)
1.0 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
flowSchedulers(first: 5) {
id
contractAddress
creationTime
gelatoFee
}
flowScheduleCreatedEvents(first: 5) {
id
blockNumber
logIndex
order
}
}
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/GQa6BCuXM6d2GVQxfH7tRTPNTz9UrWHJCufGdo1mWk4z
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ flowSchedulers(first: 5) { id contractAddress creationTime gelatoFee } flowScheduleCreatedEvents(first: 5) { id blockNumber logIndex order } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/GQa6BCuXM6d2GVQxfH7tRTPNTz9UrWHJCufGdo1mWk4z