Network
scroll
Subgraph ID
59jR4o—t2C7Ec
Deployment ID
QmbqAj—dPKnMp
Query URL
/subgraphs/id/59jR4o—t2C7Ec
1.9M Queries (Past 30D)
3.5K Signal
Updated 5 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/59jR4oDLQrg8eJRGqX4BoYoeLiomfPBcG83Urut2C7Ec
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/59jR4oDLQrg8eJRGqX4BoYoeLiomfPBcG83Urut2C7Ec