Network
mainnet
Subgraph ID
DyHaLY—Mj5xME
Deployment ID
Qmdv8z—dWzUhL
Query URL
/subgraphs/id/DyHaLY—Mj5xME
220.3K Queries (Past 30D)
867.6 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
swaps(first: 5) {
id
transactionHash
callIndex
user
}
liquidityChanges(first: 5) {
id
transactionHash
callIndex
pool {
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/DyHaLYK1keqcv3YD3VczKGYvxQGfGgV6bGTbZLMj5xME
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ swaps(first: 5) { id transactionHash callIndex user } liquidityChanges(first: 5) { id transactionHash callIndex pool { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DyHaLYK1keqcv3YD3VczKGYvxQGfGgV6bGTbZLMj5xME