Network
fantom
Subgraph ID
7QhTPT—2K5gvJ
Deployment ID
Qmc96N—7ppnhB
Query URL
/subgraphs/id/7QhTPT—2K5gvJ
37.0K Queries (Past 30D)
0 Signal
Updated 4 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
incentives(first: 5) {
id
rewardToken
pool
startTime
}
positions(first: 5) {
id
tokenId
owner
staked
}
}
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/7QhTPTzJx4hsnpG8G9CrfRSSybB7cmKyPhaLhs2K5gvJ
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ incentives(first: 5) { id rewardToken pool startTime } positions(first: 5) { id tokenId owner staked } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/7QhTPTzJx4hsnpG8G9CrfRSSybB7cmKyPhaLhs2K5gvJ