Network
sonic
Subgraph ID
Bg39LR—VNvzUK
Deployment ID
QmchhV—u3zvxH
Query URL
/subgraphs/id/Bg39LR—VNvzUK
7 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/Bg39LRDDd5nKUvYZHG3rr63dYx1yYWj5E3LbMXVNvzUK
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/Bg39LRDDd5nKUvYZHG3rr63dYx1yYWj5E3LbMXVNvzUK