Network
arbitrum-one
Subgraph ID
JZFyMK—c6Gf8Z
Deployment ID
QmdCuk—9uA4uZ
Query URL
/subgraphs/id/JZFyMK—c6Gf8Z
14.7K Queries (Past 30D)
2.5K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
bentoBoxes(first: 5) {
id
protocols {
id
}
users {
id
}
tokens {
id
}
}
bentoBoxKpis(first: 5) {
id
depositCount
withdrawCount
transferCount
}
}
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/JZFyMKR4jnsFQ58q7dT6nbXenTzNgE176zTejc6Gf8Z
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ bentoBoxes(first: 5) { id protocols { id } users { id } tokens { id } } bentoBoxKpis(first: 5) { id depositCount withdrawCount transferCount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/JZFyMKR4jnsFQ58q7dT6nbXenTzNgE176zTejc6Gf8Z