Network
base
Subgraph ID
DTNjoP—RfpH71
Deployment ID
QmX1t2—dEqC4G
Query URL
/subgraphs/id/DTNjoP—RfpH71
56 Queries (Past 30D)
0 Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
gauges(first: 5) {
id
pool
rewardToken
claimTotal
}
incentives(first: 5) {
id
gauge {
id
}
startTime
endTime
}
}
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/DTNjoPNU1TiDk1oHVmhz3rBcBbPJjPSqBtg52pRfpH71
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ gauges(first: 5) { id pool rewardToken claimTotal } incentives(first: 5) { id gauge { id } startTime endTime } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/DTNjoPNU1TiDk1oHVmhz3rBcBbPJjPSqBtg52pRfpH71