Network
matic
Subgraph ID
FnveA3—gnnvVp
Deployment ID
QmcCq2—jgBZru
Query URL
/subgraphs/id/FnveA3—gnnvVp
470 Queries (Past 30D)
3.5K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
globalStats(first: 5) {
id
totalFundPrincipal
totalYieldCollected
totalTicketsCollateral
}
poolCollectedYields(first: 5) {
id
pool {
id
}
totalPoolPrincipalStart
totalOutstandingPrincipal
}
}
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/FnveA3LAjEqdbQ2hRq89mrdgvVLs8v7nGToJ7jgnnvVp
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ globalStats(first: 5) { id totalFundPrincipal totalYieldCollected totalTicketsCollateral } poolCollectedYields(first: 5) { id pool { id } totalPoolPrincipalStart totalOutstandingPrincipal } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FnveA3LAjEqdbQ2hRq89mrdgvVLs8v7nGToJ7jgnnvVp