Network
arbitrum-one
Subgraph ID
FMeMvx—AuJDfS
Deployment ID
QmVV2h—3HbwGU
Query URL
/subgraphs/id/FMeMvx—AuJDfS
14.9K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
aggregatedUniswapPriceEntities(first: 5) {
id
address
strategyId
interval
}
uniFeeGrowthHourlies(first: 5) {
id
address
feeGrowthGlobal0X128
feeGrowthGlobal1X128
}
}
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/FMeMvxUPEANaZRnm1GPJea24LEXPvPjDsZQutfAuJDfS
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ aggregatedUniswapPriceEntities(first: 5) { id address strategyId interval } uniFeeGrowthHourlies(first: 5) { id address feeGrowthGlobal0X128 feeGrowthGlobal1X128 } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/FMeMvxUPEANaZRnm1GPJea24LEXPvPjDsZQutfAuJDfS