Network
mainnet
Subgraph ID
2aHsuz—cmEqKa
Deployment ID
QmTKuf—CW6u1V
Query URL
/subgraphs/id/2aHsuz—cmEqKa
24.3K Queries (Past 1D)
122.2 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
uniswapFactories(first: 5) {
id
pairCount
totalVolumeUSD
totalVolumeETH
}
tokens(first: 5) {
id
symbol
name
decimals
}
}
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/2aHsuzfA3zxb6rsxhZGtYM2ZKxummRN2L9BMzicmEqKa
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ uniswapFactories(first: 5) { id pairCount totalVolumeUSD totalVolumeETH } tokens(first: 5) { id symbol name decimals } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/2aHsuzfA3zxb6rsxhZGtYM2ZKxummRN2L9BMzicmEqKa