Network
wax
Subgraph ID
6Tt5mH—EnG9cW
Deployment ID
Qma23D—orZQA3
Query URL
/subgraphs/id/6Tt5mH—EnG9cW
0 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
balances(first: 5) {
id
owner
balance
code
}
supplies(first: 5) {
id
supply
max_supply
code
}
}
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/6Tt5mHVNDyAo3KbsYMUeemmzs2381vXUquXw75EnG9cW
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ balances(first: 5) { id owner balance code } supplies(first: 5) { id supply max_supply code } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6Tt5mHVNDyAo3KbsYMUeemmzs2381vXUquXw75EnG9cW