Network
mainnet
Subgraph ID
H3wwHt—NJBe4f
Deployment ID
QmR5Xq—xHRoaa
Query URL
/subgraphs/id/H3wwHt—NJBe4f
5.2K Queries (Past 30D)
1.0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tickets(first: 5) {
id
accounts {
id
}
}
accounts(first: 5) {
id
balance
delegateBalance
ticket {
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/H3wwHt7ceapNvUkkkK1ht7ynvxnVvWg3U8FzsFNJBe4f
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ tickets(first: 5) { id accounts { id } } accounts(first: 5) { id balance delegateBalance ticket { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/H3wwHt7ceapNvUkkkK1ht7ynvxnVvWg3U8FzsFNJBe4f