Network
arbitrum-one
Subgraph ID
C4LBuT—n3fZio
Deployment ID
QmUnBE—GE5g4o
Query URL
/subgraphs/id/C4LBuT—n3fZio
140.7K 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/C4LBuTkbXYoy2vSPRA5crGdWR4CAo3W64Rf1Won3fZio
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/C4LBuTkbXYoy2vSPRA5crGdWR4CAo3W64Rf1Won3fZio