Network
base
Subgraph ID
BbDEjM—Q47VYQ
Deployment ID
QmNNhL—yjWZFX
Query URL
/subgraphs/id/BbDEjM—Q47VYQ
3.4M Queries (Past 30D)
1.4K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accountBalances(first: 5) {
id
account
token
balance
}
tokenApprovals(first: 5) {
id
tokenId
approved
owner
}
}
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/BbDEjMEp1gnWZpojp5B52HMG9ktaz4NbZzDq5sQ47VYQ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accountBalances(first: 5) { id account token balance } tokenApprovals(first: 5) { id tokenId approved owner } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BbDEjMEp1gnWZpojp5B52HMG9ktaz4NbZzDq5sQ47VYQ