Network
mainnet
Subgraph ID
BadVpi—Aw7SVr
Deployment ID
QmNuGj—qazoCe
Query URL
/subgraphs/id/BadVpi—Aw7SVr
1.1M Queries (Past 30D)
19.8K Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
globals(first: 5) {
id
userAddresses
cumulativeStake
emissionRate
}
users(first: 5) {
id
address
annualPercentageReturn
annualReturn
}
}
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/BadVpiZBcxoNRLfRSdZCeCrYYG4R5vM9qti938Aw7SVr
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ globals(first: 5) { id userAddresses cumulativeStake emissionRate } users(first: 5) { id address annualPercentageReturn annualReturn } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BadVpiZBcxoNRLfRSdZCeCrYYG4R5vM9qti938Aw7SVr