Network
gnosis
Subgraph ID
F1NZay—6BYRmZ
Deployment ID
QmRpXE—5CVf41
Query URL
/subgraphs/id/F1NZay—6BYRmZ
112.4K Queries (Past 30D)
12.8K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
stakingParticipations(first: 5) {
id
account {
id
}
stakingSeason {
id
}
actualLockedTokenAmount
}
boosts(first: 5) {
id
owner {
id
}
boostTypeIndex
uri
}
}
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/F1NZayy7TXRi2szAVXvMFfJuC9uSdNYLUPAb6p6BYRmZ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ stakingParticipations(first: 5) { id account { id } stakingSeason { id } actualLockedTokenAmount } boosts(first: 5) { id owner { id } boostTypeIndex uri } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/F1NZayy7TXRi2szAVXvMFfJuC9uSdNYLUPAb6p6BYRmZ