Network
optimism
Subgraph ID
3Htp5T—ikyYze
Deployment ID
QmSRN9—qoteVj
Query URL
/subgraphs/id/3Htp5T—ikyYze
79.1K Queries (Past 30D)
8.8K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
users(first: 5) {
id
vaultPositions {
id
}
lendingPositions {
id
}
actions {
id
}
}
userActions(first: 5) {
id
manager {
id
}
actionType
blockNumber
}
}
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/3Htp5TKs6BHCcwAYRCoBD6R4X62ThLRv2JiBBikyYze
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ users(first: 5) { id vaultPositions { id } lendingPositions { id } actions { id } } userActions(first: 5) { id manager { id } actionType blockNumber } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/3Htp5TKs6BHCcwAYRCoBD6R4X62ThLRv2JiBBikyYze