Network
mainnet
Subgraph ID
ESnjgA—1thoLJ
Deployment ID
QmQ2Hm—BMp1Yr
Query URL
/subgraphs/id/ESnjgA—1thoLJ
7.9K Queries (Past 30D)
5.0K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
uniswaps(first: 5) {
id
exchangeCount
exchanges {
id
}
totalVolumeInEth
}
exchanges(first: 5) {
id
tokenAddress
tokenSymbol
tokenName
}
}
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/ESnjgAG9NjfmHypk4Huu4PVvz55fUwpyrRqHF21thoLJ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ uniswaps(first: 5) { id exchangeCount exchanges { id } totalVolumeInEth } exchanges(first: 5) { id tokenAddress tokenSymbol tokenName } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/ESnjgAG9NjfmHypk4Huu4PVvz55fUwpyrRqHF21thoLJ