Network
mainnet
Subgraph ID
2aukH7—6pJs4T
Deployment ID
QmUYUa—KqtD8r
Query URL
/subgraphs/id/2aukH7—6pJs4T
14 Queries (Past 30D)
4.0K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
fillOrders(first: 5) {
id
from
to
txNumber
}
swappeds(first: 5) {
id
from
to
txNumber
}
}
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/2aukH7wDtGSJ2ciSWE4c6yfwwiz2ZDgGwEjkGA6pJs4T
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ fillOrders(first: 5) { id from to txNumber } swappeds(first: 5) { id from to txNumber } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2aukH7wDtGSJ2ciSWE4c6yfwwiz2ZDgGwEjkGA6pJs4T