Network
fuse
Subgraph ID
HTFuhf—YrCzSa
Deployment ID
Qmbyxc—SAib1u
Query URL
/subgraphs/id/HTFuhf—YrCzSa
916 Queries (Past 30D)
12.9 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
systemInfos(first: 5) {
id
exchangeCount
swapCount
tokenCount
}
swaps(first: 5) {
id
address
numTokens
tokens {
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/HTFuhfjdwFoc3wXGQ5UMrevui5mjx2N6pJnratYrCzSa
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ systemInfos(first: 5) { id exchangeCount swapCount tokenCount } swaps(first: 5) { id address numTokens tokens { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HTFuhfjdwFoc3wXGQ5UMrevui5mjx2N6pJnratYrCzSa