Network
mainnet
Subgraph ID
5M42UY—3H1u6t
Deployment ID
QmbzPo—hS9pxa
Query URL
/subgraphs/id/5M42UY—3H1u6t
30.4K Queries (Past 30D)
6.9K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
moloches(first: 5) {
id
name
summoningTime
periodDuration
}
ragequits(first: 5) {
id
memberAddress
sharesToBurn
lootToBurn
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/5M42UYCrR1a56dM2BYkgorQ1yD1WTVMF4yc7cU3H1u6t
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ moloches(first: 5) { id name summoningTime periodDuration } ragequits(first: 5) { id memberAddress sharesToBurn lootToBurn } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5M42UYCrR1a56dM2BYkgorQ1yD1WTVMF4yc7cU3H1u6t