Network
arbitrum-one
Subgraph ID
89gQkE—D7gVTN
Deployment ID
QmXA8Z—uRFRBm
Query URL
/subgraphs/id/89gQkE—D7gVTN
30.2K Queries (Past 30D)
109.9 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
storages(first: 5) {
id
rALBTPerPrivateSale
rALBTPerPresale
currentEpoch
}
governanceVotes(first: 5) {
id
decision
user
timestamp
}
}
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/89gQkEUQKejf7v8DTJb631nJEEN2g3ftCp1SYiD7gVTN
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ storages(first: 5) { id rALBTPerPrivateSale rALBTPerPresale currentEpoch } governanceVotes(first: 5) { id decision user timestamp } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/89gQkEUQKejf7v8DTJb631nJEEN2g3ftCp1SYiD7gVTN