Network
sei-mainnet
Subgraph ID
HGGrS2—gygeDK
Deployment ID
QmZGvH—kL27aE
Query URL
/subgraphs/id/HGGrS2—gygeDK
0 Queries (Past 1D)
0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
attestations(first: 5) {
id
attester
schemaId
blockNumber
}
communityAdminChangeds(first: 5) {
id
communityUID
address
type
}
}
1
x
{
"errors": [
{
"message": "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON",
"stack": "SyntaxError: Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
}
]
}
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/HGGrS2hLqDEZq1fimwAqBj6H2HAS2KVMHG3i9XgygeDK
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ attestations(first: 5) { id attester schemaId blockNumber } communityAdminChangeds(first: 5) { id communityUID address type } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/HGGrS2hLqDEZq1fimwAqBj6H2HAS2KVMHG3i9XgygeDK