Network
base
Subgraph ID
6rt22D—L8WdZi
Deployment ID
QmW8bV—kHhkVH
Query URL
/subgraphs/id/6rt22D—L8WdZi
239.0K Queries (Past 30D)
3.4K Signal
Updated 15 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/6rt22DL9aaAjJHDUZ25sSsPuvuKxp1Tnf8LBXhL8WdZi
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/6rt22DL9aaAjJHDUZ25sSsPuvuKxp1Tnf8LBXhL8WdZi