Network
matic
Subgraph ID
AutWgq—cqo5DW
Deployment ID
QmQ8ii—EcY8c3
Query URL
/subgraphs/id/AutWgq—cqo5DW
29.6K Queries (Past 30D)
9.4K Signal
Updated 20 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
fundCreateds(first: 5) {
id
fundAddress
isPoolPrivate
fundName
}
deposits(first: 5) {
id
fundAddress
investor
assetDeposited
}
}
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/AutWgquMFvUVEKVuqE55GWxAHDvRF7ZYfRMU1Bcqo5DW
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ fundCreateds(first: 5) { id fundAddress isPoolPrivate fundName } deposits(first: 5) { id fundAddress investor assetDeposited } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/AutWgquMFvUVEKVuqE55GWxAHDvRF7ZYfRMU1Bcqo5DW