Network
base
Subgraph ID
BtygpT—AeWSWS
Deployment ID
QmRAYJ—ppaSob
Query URL
/subgraphs/id/BtygpT—AeWSWS
10 Queries (Past 30D)
1.0 Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accounts(first: 5) {
id
totalPoints
currentPoints
buys {
id
}
}
bellaPointBuys(first: 5) {
id
account {
id
}
points
amount
}
}
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/BtygpTtvXrAQ4r2DUsCoHYGwPUWpf3gr5fXJk7AeWSWS
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accounts(first: 5) { id totalPoints currentPoints buys { id } } bellaPointBuys(first: 5) { id account { id } points amount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BtygpTtvXrAQ4r2DUsCoHYGwPUWpf3gr5fXJk7AeWSWS