Network
matic
Subgraph ID
Hmb47D—tcms6R
Deployment ID
QmdTo1—DFSQBb
Query URL
/subgraphs/id/Hmb47D—tcms6R
7 Queries (Past 30D)
0 Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accounts(first: 5) {
id
transfersFrom {
id
}
transfersTo {
id
}
holdings {
id
}
}
collections(first: 5) {
id
name
symbol
tokens {
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/Hmb47DaK7BhuoJzJfE4B7rJqSRmFT6obtWZqSNtcms6R
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { id transfersFrom { id } transfersTo { id } holdings { id } } collections(first: 5) { id name symbol tokens { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Hmb47DaK7BhuoJzJfE4B7rJqSRmFT6obtWZqSNtcms6R