Network
mainnet
Subgraph ID
AzAWf5—BxRp8Q
Deployment ID
QmaKuu—s4ih5B
Query URL
/subgraphs/id/AzAWf5—BxRp8Q
8 Queries (Past 30D)
10.9 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
parcels(first: 5) {
id
tokenID
location
buildHeight
}
names(first: 5) {
id
tokenID
name
owner {
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/AzAWf585u2JGovjCQYpuQ8Y5MvbjcuWPnx59hLBxRp8Q
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ parcels(first: 5) { id tokenID location buildHeight } names(first: 5) { id tokenID name owner { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/AzAWf585u2JGovjCQYpuQ8Y5MvbjcuWPnx59hLBxRp8Q