Network
matic
Subgraph ID
9u7om1—V2RL2o
Deployment ID
QmSzsd—x3jjLp
Query URL
/subgraphs/id/9u7om1—V2RL2o
1 Queries (Past 1D)
1.0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
organizations(first: 5) {
id
name
owner
}
contracts(first: 5) {
id
address
name
symbol
}
}
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/9u7om1G51Uskr3Ahk2mPDZ42Co7rfxacsaEnTmV2RL2o
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ organizations(first: 5) { id name owner } contracts(first: 5) { id address name symbol } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/9u7om1G51Uskr3Ahk2mPDZ42Co7rfxacsaEnTmV2RL2o