Network
mainnet
Subgraph ID
7aLegv—rzPrKV
Deployment ID
QmT5JL—rgyBHh
Query URL
/subgraphs/id/7aLegv—rzPrKV
25.1K Queries (Past 30D)
1.0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accounts(first: 5) {
id
address
balances {
id
}
}
accountBalances(first: 5) {
id
account {
id
}
token {
id
}
amount
}
}
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/7aLegv47P5Y1EGYduQwmqVznXMy7HchJPkRM1rrzPrKV
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { id address balances { id } } accountBalances(first: 5) { id account { id } token { id } amount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7aLegv47P5Y1EGYduQwmqVznXMy7HchJPkRM1rrzPrKV