Network
fraxtal
Subgraph ID
5ERsm1—KSftxR
Deployment ID
QmPikA—7SM6jd
Query URL
/subgraphs/id/5ERsm1—KSftxR
118 Queries (Past 30D)
99.0 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
amofactories(first: 5) {
id
minterAddress
dailyHistory {
id
}
}
amofactoryPerDays(first: 5) {
id
amoFactory {
id
}
fraxMintCap
fxsMintCap
}
}
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/5ERsm1xxcxhmnDGQ1iqdoC2PppNWDuFSiZENe6KSftxR
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ amofactories(first: 5) { id minterAddress dailyHistory { id } } amofactoryPerDays(first: 5) { id amoFactory { id } fraxMintCap fxsMintCap } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/5ERsm1xxcxhmnDGQ1iqdoC2PppNWDuFSiZENe6KSftxR