Network
wax
Subgraph ID
4bAe7N—nK1zzg
Deployment ID
Qmf8kW—DMk9Jq
Query URL
/subgraphs/id/4bAe7N—nK1zzg
7 Queries (Past 30D)
0 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
actions(first: 5) {
id
account
name
jsonData
}
dbOps(first: 5) {
id
code
tableName
scope
}
}
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/4bAe7NA8b6J14ZfZr3TXfzzjjSoGECTFuqv7CwnK1zzg
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ actions(first: 5) { id account name jsonData } dbOps(first: 5) { id code tableName scope } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/4bAe7NA8b6J14ZfZr3TXfzzjjSoGECTFuqv7CwnK1zzg