Network
matic
Subgraph ID
3PoRop—NTUsGZ
Deployment ID
QmWKLz—ewaM5f
Query URL
/subgraphs/id/3PoRop—NTUsGZ
0 Queries (Past 1D)
1.9K Signal
Updated 4 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
fills(first: 5) {
id
orderHash
filler
swapper
}
swaps(first: 5) {
id
userAddress
srcTokenSymbol
srcTokenAddress
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/3PoRophV5nkusfKGkk2D5rL6ibErsTvmUvYsaHNTUsGZ
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ fills(first: 5) { id orderHash filler swapper } swaps(first: 5) { id userAddress srcTokenSymbol srcTokenAddress } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/3PoRophV5nkusfKGkk2D5rL6ibErsTvmUvYsaHNTUsGZ