Network
mainnet
Subgraph ID
FQ1ngw—a1hVL7
Deployment ID
QmXQkd—GDdCGG
Query URL
/subgraphs/id/FQ1ngw—a1hVL7
7 Queries (Past 30D)
4.0K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
daos(first: 5) {
id
createdAt
referrer
lootAddress
}
yeeters(first: 5) {
id
createdAt
dao {
id
}
startTime
}
}
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/FQ1ngwiWhMwusBWZt258zuiWKN1Rs3BV4tG6L1a1hVL7
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ daos(first: 5) { id createdAt referrer lootAddress } yeeters(first: 5) { id createdAt dao { id } startTime } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FQ1ngwiWhMwusBWZt258zuiWKN1Rs3BV4tG6L1a1hVL7