Network
base
Subgraph ID
GcDDLJ—witf7v
Deployment ID
QmRbn7—bL7evA
Query URL
/subgraphs/id/GcDDLJ—witf7v
28.3M Queries (Past 30D)
6.7K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
incentives(first: 5) {
id
contract
rewardToken
pool
}
incentivePositions(first: 5) {
id
position {
id
}
incentive {
id
}
claimed
}
}
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/GcDDLJEtTNdeUi72naM6izzQYajDLUDDdDr8iXwitf7v
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ incentives(first: 5) { id contract rewardToken pool } incentivePositions(first: 5) { id position { id } incentive { id } claimed } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/GcDDLJEtTNdeUi72naM6izzQYajDLUDDdDr8iXwitf7v