Network
sepolia-beacon
Subgraph ID
AdfntH—QoiZPF
Deployment ID
QmepFB—6yQ47Q
Query URL
/subgraphs/id/AdfntH—QoiZPF
13 Queries (Past 30D)
0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
blobs(first: 5) {
id
slot {
id
}
index
blob
}
slots(first: 5) {
id
number
spec
proposer_index
}
}
1
x
{
"errors": [
{
"message": "bad indexers: {0x3717cef8020bddee7a18f4efb2bfa88fefdcb1bc: BadResponse(no attestation: indexing_error)}"
}
]
}
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/AdfntHWRPTv55nFxxkDVKWRjBn5x6wogKccHpdQoiZPF
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ blobs(first: 5) { id slot { id } index blob } slots(first: 5) { id number spec proposer_index } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/AdfntHWRPTv55nFxxkDVKWRjBn5x6wogKccHpdQoiZPF