Network
mainnet
Subgraph ID
7aw3rr—hwzVB8
Deployment ID
QmUtPP—LLsVLn
Query URL
/subgraphs/id/7aw3rr—hwzVB8
44 Queries (Past 30D)
1.1K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
balances(first: 5) {
contract
owner
balance
timestamp
}
transfers(first: 5) {
contract
from
to
value
}
}
1
x
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/7aw3rrZz7uhLFVQ7LDhM8BYCh59AFKqaiG9rxShwzVB8
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ balances(first: 5) { contract owner balance timestamp } transfers(first: 5) { contract from to value } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7aw3rrZz7uhLFVQ7LDhM8BYCh59AFKqaiG9rxShwzVB8