Network
mainnet
Subgraph ID
GpbxAx—rYZNKf
Deployment ID
QmTCzG—WozLDA
Query URL
/subgraphs/id/GpbxAx—rYZNKf
0 Signal
Updated 3 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
executionStates(first: 5) {
id
sequenceNumber
messageId
state
}
}
1
x
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/GpbxAxM1sjz1755fjqcooo37VKNiM6FPAQ7WmmrYZNKf
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ executionStates(first: 5) { id sequenceNumber messageId state } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/GpbxAxM1sjz1755fjqcooo37VKNiM6FPAQ7WmmrYZNKf