Network
avalanche
Subgraph ID
4nQJ4T—zxjDZN
Deployment ID
QmSntN—Kwbtac
Query URL
/subgraphs/id/4nQJ4T—zxjDZN
90.6K Queries (Past 30D)
9.7K Signal
Updated 14 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
stores(first: 5) {
id
betTxnCount
betCount
wagerAndJoinTxnCount
}
users(first: 5) {
id
firstBetTimestamp
lastBetTimestamp
totalChargedVRFFees
}
}
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/4nQJ4T5TXvTxgECqQ6ox6Nwf57d5BNt6SCn7CzzxjDZN
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ stores(first: 5) { id betTxnCount betCount wagerAndJoinTxnCount } users(first: 5) { id firstBetTimestamp lastBetTimestamp totalChargedVRFFees } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/4nQJ4T5TXvTxgECqQ6ox6Nwf57d5BNt6SCn7CzzxjDZN