Network
fuse
Subgraph ID
EHSpUB—f8aDtx
Deployment ID
QmXKm9—w9B5vX
Query URL
/subgraphs/id/EHSpUB—f8aDtx
502.6K Queries (Past 30D)
549.4 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
payments(first: 5) {
id
contractAddress
tokenAddress
to
}
escrows(first: 5) {
id
contractAddress
paymentProxyAddress
reference
}
}
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/EHSpUBa7PAewX7WsaU2jbCKowF5it56yStr6Zgf8aDtx
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ payments(first: 5) { id contractAddress tokenAddress to } escrows(first: 5) { id contractAddress paymentProxyAddress reference } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/EHSpUBa7PAewX7WsaU2jbCKowF5it56yStr6Zgf8aDtx