Network
base
Subgraph ID
G4BJCr—QA5A9r
Deployment ID
Qmesjz—USNdyN
Query URL
/subgraphs/id/G4BJCr—QA5A9r
0 Signal
Updated 7 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
messageSents(first: 5) {
id
nonce
sourceDomain
destinationDomain
}
messageReceiveds(first: 5) {
id
nonce
sourceDomain
destinationDomain
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: no allocations"
}
]
}
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/G4BJCrFY87YDdnRu7TED2gQzshkS3CStR5AyEKQA5A9r
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ messageSents(first: 5) { id nonce sourceDomain destinationDomain } messageReceiveds(first: 5) { id nonce sourceDomain destinationDomain } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/G4BJCrFY87YDdnRu7TED2gQzshkS3CStR5AyEKQA5A9r