Network
matic
Subgraph ID
Ag786Q—vZPKW5
Deployment ID
QmcY6j—HBN3sP
Query URL
/subgraphs/id/Ag786Q—vZPKW5
545.7K Queries (Past 30D)
117.5 Signal
Updated 5 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
stakeInfos(first: 5) {
id
owner
lockType
landTier
}
purchaseHistories(first: 5) {
id
user
sku
skuQuantity
}
}
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/Ag786QgpgWZ91UM77bfmnWwjqDwz8p25EBLrPwvZPKW5
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ stakeInfos(first: 5) { id owner lockType landTier } purchaseHistories(first: 5) { id user sku skuQuantity } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Ag786QgpgWZ91UM77bfmnWwjqDwz8p25EBLrPwvZPKW5