Network
mainnet
Subgraph ID
8zhr2k—RtNb8W
Deployment ID
QmahJd—a8gsVx
Query URL
/subgraphs/id/8zhr2k—RtNb8W
5.2K Queries (Past 30D)
9.9K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
domains(first: 5) {
id
name
labelName
labelhash
}
accounts(first: 5) {
id
domains {
id
}
deeds {
id
}
registrations {
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/8zhr2kf1ka6B4sLmuhEzo8gQ7FTjay6DXQrefmRtNb8W
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ domains(first: 5) { id name labelName labelhash } accounts(first: 5) { id domains { id } deeds { id } registrations { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8zhr2kf1ka6B4sLmuhEzo8gQ7FTjay6DXQrefmRtNb8W