Network
avalanche
Subgraph ID
8x3Lo3—K2jhAR
Deployment ID
QmV9kx—fExcEC
Query URL
/subgraphs/id/8x3Lo3—K2jhAR
90.1K Queries (Past 30D)
109.1 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
summaries(first: 5) {
id
blockNumber
timestamp
avaxLocked
}
submitEvents(first: 5) {
id
blockNumber
timestamp
user
}
}
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/8x3Lo3wfGZyPMnC4xVs7LK88L4EopQRsMbbuNFK2jhAR
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ summaries(first: 5) { id blockNumber timestamp avaxLocked } submitEvents(first: 5) { id blockNumber timestamp user } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/8x3Lo3wfGZyPMnC4xVs7LK88L4EopQRsMbbuNFK2jhAR