Network
base
Subgraph ID
FbiAhU—EcNBRP
Deployment ID
QmVw5K—ZY7VEA
Query URL
/subgraphs/id/FbiAhU—EcNBRP
1.0 Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
managers(first: 5) {
id
dailySnapshots {
id
}
hourySnapshots {
id
}
}
managerDailySnapshots(first: 5) {
id
timestamp
manager {
id
}
}
}
1
x
{
"errors": [
{
"message": "subgraph not found: no allocations"
}
]
}
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/FbiAhUeCcaN2nMX6zT8mggiqLff7zNLFAqWhGTEcNBRP
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ managers(first: 5) { id dailySnapshots { id } hourySnapshots { id } } managerDailySnapshots(first: 5) { id timestamp manager { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FbiAhUeCcaN2nMX6zT8mggiqLff7zNLFAqWhGTEcNBRP