Network
mainnet
Subgraph ID
Cc4fyx—WQciw5
Deployment ID
QmXooQ—vrfutz
Query URL
/subgraphs/id/Cc4fyx—WQciw5
8.3K Queries (Past 30D)
15.1K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
stakers(first: 5) {
id
stakerPools {
id
}
}
stakerPools(first: 5) {
id
staker {
id
}
pool {
id
}
sRareAmount
}
}
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/Cc4fyxiBkZYdzATQDhTv3zLzfEwRupygp7HB2WWQciw5
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ stakers(first: 5) { id stakerPools { id } } stakerPools(first: 5) { id staker { id } pool { id } sRareAmount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Cc4fyxiBkZYdzATQDhTv3zLzfEwRupygp7HB2WWQciw5