Network
matic
Subgraph ID
5KdktD—yGdxeg
Deployment ID
Qmah55—s5LoSU
Query URL
/subgraphs/id/5KdktD—yGdxeg
476 Queries (Past 30D)
49.9 Signal
Updated 10 months 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/5KdktDzHygaRe4RXwi1XjkU48HG2kpBp2dCgdnyGdxeg
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/5KdktDzHygaRe4RXwi1XjkU48HG2kpBp2dCgdnyGdxeg