Network
matic
Subgraph ID
E3aQ8U—oxxoRG
Deployment ID
QmXm7H—1fpnaG
Query URL
/subgraphs/id/E3aQ8U—oxxoRG
8 Queries (Past 30D)
38.9 Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
agUserInfos(first: 5) {
id
totalWithdraw
lastUpdate
ag_TokenGangDerived {
id
}
}
agTokenGangs(first: 5) {
id
ag_gangInfo {
id
}
ag_userInfo {
id
}
tokenId
}
}
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/E3aQ8UntEiKv4qfG43DLsmBmGDTjbLNfaUKJi8oxxoRG
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ agUserInfos(first: 5) { id totalWithdraw lastUpdate ag_TokenGangDerived { id } } agTokenGangs(first: 5) { id ag_gangInfo { id } ag_userInfo { id } tokenId } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/E3aQ8UntEiKv4qfG43DLsmBmGDTjbLNfaUKJi8oxxoRG