Network
eos
Subgraph ID
4HGGrx—ANrsGs
Deployment ID
QmRsza—hVTn1j
Query URL
/subgraphs/id/4HGGrx—ANrsGs
38 Queries (Past 30D)
0 Signal
Updated 7 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
blocks(first: 5) {
id
timestamp
number
date
}
}
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/4HGGrx3dn8nNc96sBu7QHgsfsncLQ63xpt2hX1ANrsGs
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ blocks(first: 5) { id timestamp number date } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/4HGGrx3dn8nNc96sBu7QHgsfsncLQ63xpt2hX1ANrsGs