Network
monad-testnet
Subgraph ID
mc5CkP—oZecm4
Deployment ID
QmVbhU—m8CdwC
Query URL
/subgraphs/id/mc5CkP—oZecm4
71.4M Queries (Past 30D)
1.7K Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
markets(first: 5) {
id
totalUsers
totalTrade
tradeVolume
}
}
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/mc5CkPYr1jF3s1GoJ3LUWAe2PVd1HWuuKULVvoZecm4
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ markets(first: 5) { id totalUsers totalTrade tradeVolume } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/mc5CkPYr1jF3s1GoJ3LUWAe2PVd1HWuuKULVvoZecm4