Network
celo
Subgraph ID
DGN3dM—2mzVdG
Deployment ID
QmUrgB—bTMvDL
Query URL
/subgraphs/id/DGN3dM—2mzVdG
1.9K Queries (Past 1D)
10.9 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
protocols(first: 5) {
id
totalTraders
totalNumOfTrades
totalTradingVolume
}
protocolByDays(first: 5) {
id
totalNumOfTrades
totalTradingVolume
totalTradeFee
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/DGN3dMffNnXZRAHFyCAq3csJbe2o7g9Jdg2XHe2mzVdG
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ protocols(first: 5) { id totalTraders totalNumOfTrades totalTradingVolume } protocolByDays(first: 5) { id totalNumOfTrades totalTradingVolume totalTradeFee } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/DGN3dMffNnXZRAHFyCAq3csJbe2o7g9Jdg2XHe2mzVdG