Network
matic
Subgraph ID
41aFCd—dmPqND
Deployment ID
QmVbcD—bW8Csv
Query URL
/subgraphs/id/41aFCd—dmPqND
11.7M Queries (Past 30D)
3.3K Signal
Updated 10 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/41aFCdU2ofcR5KRrvFN5jxePAPjDaY2c1di5mZdmPqND
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/41aFCdU2ofcR5KRrvFN5jxePAPjDaY2c1di5mZdmPqND