Network
matic
Subgraph ID
7Tahv9—dJb1hr
Deployment ID
QmXyNP—oPVYsQ
Query URL
/subgraphs/id/7Tahv9—dJb1hr
42.3K Queries (Past 30D)
2.2 Signal
Updated 6 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
vaults(first: 5) {
id
supply
deposits {
id
}
transfers
}
depositors(first: 5) {
id
deposits {
id
}
transfers
incoming {
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/7Tahv9dmeKKcF2SUeHU3ZN4X52y8KGwPo5UaFidJb1hr
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ vaults(first: 5) { id supply deposits { id } transfers } depositors(first: 5) { id deposits { id } transfers incoming { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7Tahv9dmeKKcF2SUeHU3ZN4X52y8KGwPo5UaFidJb1hr