Network
arbitrum-one
Subgraph ID
2bUD5Y—zdFUiL
Deployment ID
QmVLj8—Z7deu2
Query URL
/subgraphs/id/2bUD5Y—zdFUiL
81.7K Queries (Past 30D)
3.1K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
statistics(first: 5) {
id
number
}
users(first: 5) {
id
createTime
mintOrBurns {
id
}
stakeOrUnstakes {
id
}
}
}
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/2bUD5YGegw1woSVXRE3Ho9kmTCnN1QsCHV8gtnzdFUiL
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ statistics(first: 5) { id number } users(first: 5) { id createTime mintOrBurns { id } stakeOrUnstakes { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2bUD5YGegw1woSVXRE3Ho9kmTCnN1QsCHV8gtnzdFUiL