Network
bsc
Subgraph ID
5ZQGSZ—vJ9fkP
Deployment ID
QmS4JA—VYLmes
Query URL
/subgraphs/id/5ZQGSZ—vJ9fkP
3.6K Queries (Past 30D)
5.0K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
markets(first: 5) {
id
epoch {
id
}
paused
totalUsers
}
rounds(first: 5) {
id
epoch
position
failed
}
}
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/5ZQGSZ74JUeSQdCjqALFEhYjWsiFJAsqJpuLhWvJ9fkP
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ markets(first: 5) { id epoch { id } paused totalUsers } rounds(first: 5) { id epoch position failed } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5ZQGSZ74JUeSQdCjqALFEhYjWsiFJAsqJpuLhWvJ9fkP