Network
base
Subgraph ID
A2N9bE—X8QJHR
Deployment ID
QmSKan—t2Luet
Query URL
/subgraphs/id/A2N9bE—X8QJHR
25.1M Queries (Past 30D)
15.2K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
wagmis(first: 5) {
id
circulatingSupply
bridgeCount
totalBridgeAmount
}
}
1
xxxxxxxxxx
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/A2N9bEd7wgW2AxRQhmwaSxY4ZjjqRWG5BnxvTMX8QJHR
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ wagmis(first: 5) { id circulatingSupply bridgeCount totalBridgeAmount } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/A2N9bEd7wgW2AxRQhmwaSxY4ZjjqRWG5BnxvTMX8QJHR