Network
gnosis-beacon
Subgraph ID
3NUzbX—YL2J39
Deployment ID
QmUax8—GqgBAS
Query URL
/subgraphs/id/3NUzbX—YL2J39
3 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
xxxxxxxxxx
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/3NUzbXL553KRodEUFqWfb4mTp1SN1iA9Uyi49KYL2J39
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/3NUzbXL553KRodEUFqWfb4mTp1SN1iA9Uyi49KYL2J39