Network
base
Subgraph ID
7zS29h—vo4scx
Deployment ID
Qmf5gz—Xr9tfu
Query URL
/subgraphs/id/7zS29h—vo4scx
1.2M Queries (Past 30D)
549.5 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
blockInfos(first: 5) {
id
hash
blockNumber
timestamp
}
subjectTokenRollingDailySnapshots(first: 5) {
id
startTimestamp
endTimestamp
startReferenceTimestamp
}
}
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/7zS29h4BDSujQq8R3TFF37JfpjtPQsRUpoC9p4vo4scx
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ blockInfos(first: 5) { id hash blockNumber timestamp } subjectTokenRollingDailySnapshots(first: 5) { id startTimestamp endTimestamp startReferenceTimestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7zS29h4BDSujQq8R3TFF37JfpjtPQsRUpoC9p4vo4scx