Network
base
Subgraph ID
3M3BYP—wawEdQ
Deployment ID
QmPFEm—ia3UXp
Query URL
/subgraphs/id/3M3BYP—wawEdQ
11 Queries (Past 30D)
39.2 Signal
Updated 5 months 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/3M3BYPFV7jTQVk8oVhXVdNxThVSrgpa6UcJ96qwawEdQ
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/3M3BYPFV7jTQVk8oVhXVdNxThVSrgpa6UcJ96qwawEdQ