Network
mainnet
Subgraph ID
FMz15g—TZRfob
Deployment ID
QmV39t—pq7uYd
Query URL
/subgraphs/id/FMz15g—TZRfob
628.6K Queries (Past 30D)
8.1K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accounts(first: 5) {
id
asERC20 {
id
}
ERC20balances {
id
}
ERC20approvalsOwner {
id
}
}
erc20Contracts(first: 5) {
id
asAccount {
id
}
name
symbol
}
}
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/FMz15g1YKyExQSVTS1Vm5rbQCnJn2dBGJajDHJTZRfob
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { id asERC20 { id } ERC20balances { id } ERC20approvalsOwner { id } } erc20Contracts(first: 5) { id asAccount { id } name symbol } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FMz15g1YKyExQSVTS1Vm5rbQCnJn2dBGJajDHJTZRfob