Network
matic
Subgraph ID
EGWFdh—tkH5Rj
Deployment ID
Qma4DU—QMw7kc
Query URL
/subgraphs/id/EGWFdh—tkH5Rj
13.4M Queries (Past 30D)
12.5K Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
streamPermissions(first: 5) {
id
userAddress
userId
stream {
id
}
}
streams(first: 5) {
id
metadata
permissions {
id
}
storageNodes {
id
}
}
}
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/EGWFdhhiWypDuz22Uy7b3F69E9MEkyfU9iAQMttkH5Rj
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ streamPermissions(first: 5) { id userAddress userId stream { id } } streams(first: 5) { id metadata permissions { id } storageNodes { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/EGWFdhhiWypDuz22Uy7b3F69E9MEkyfU9iAQMttkH5Rj