Network
gnosis
Subgraph ID
4PVwLy—KeQXc8
Deployment ID
QmfLdM—u9hakM
Query URL
/subgraphs/id/4PVwLy—KeQXc8
17.0K Queries (Past 1D)
178.0 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
streamManagers(first: 5) {
id
address
adaptiveFlows {
id
}
authorizations {
id
}
}
adaptiveFlows(first: 5) {
id
streamManager {
id
}
startDate
currentFlowRate
}
}
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/4PVwLyTYbEHMXri7A921bks82JDUeRSrfurr6iKeQXc8
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ streamManagers(first: 5) { id address adaptiveFlows { id } authorizations { id } } adaptiveFlows(first: 5) { id streamManager { id } startDate currentFlowRate } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/4PVwLyTYbEHMXri7A921bks82JDUeRSrfurr6iKeQXc8