Network
arbitrum-sepolia
Subgraph ID
7ubx36—17RvbD
Deployment ID
QmUiLd—R4ZFeM
Query URL
/subgraphs/id/7ubx36—17RvbD
769.5K Queries (Past 30D)
46.1 Signal
Updated 7 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
escrowAccounts(first: 5) {
id
sender {
id
}
receiver {
id
}
balance
}
senders(first: 5) {
id
escrowAccounts {
id
}
transactions {
id
}
signers {
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/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ escrowAccounts(first: 5) { id sender { id } receiver { id } balance } senders(first: 5) { id escrowAccounts { id } transactions { id } signers { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD