Network
arbitrum-one
Subgraph ID
G7okqN—AoWgk6
Deployment ID
QmbLbT—vk1Xgq
Query URL
/subgraphs/id/G7okqN—AoWgk6
0 Signal
Updated a month 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/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/G7okqN7zJoxyp6NMCmWNzuxLuTS8aPNPWLu6QvAoWgk6
bash
curl -X POST \ -H "Content-Type: application/json" \ -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/{api-key}/subgraphs/id/G7okqN7zJoxyp6NMCmWNzuxLuTS8aPNPWLu6QvAoWgk6