Network
sepolia
Subgraph ID
D9Gqgx—i9sUdF
Deployment ID
QmWzWX—x8jDN1
Query URL
/subgraphs/id/D9Gqgx—i9sUdF
209 Queries (Past 30D)
0 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
raffles(first: 5) {
id
tags
entryToken {
id
}
entryPrice
}
users(first: 5) {
id
rafflesCreated {
id
}
rafflesParticipated {
id
}
rafflesRefunded {
id
}
}
}
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/D9Gqgx33iq8L6W3JVTxYreaU7w8pRGFpUs44Cui9sUdF
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ raffles(first: 5) { id tags entryToken { id } entryPrice } users(first: 5) { id rafflesCreated { id } rafflesParticipated { id } rafflesRefunded { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/D9Gqgx33iq8L6W3JVTxYreaU7w8pRGFpUs44Cui9sUdF