Network
gnosis
Subgraph ID
HBMST1—L1Qonw
Deployment ID
Qmabix—ggUs7q
Query URL
/subgraphs/id/HBMST1—L1Qonw
6.5K Queries (Past 30D)
227.1 Signal
Updated 7 months 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/HBMST1fxsocbghGvTohRVvaw9k6PX4ciGriTB7L1Qonw
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/HBMST1fxsocbghGvTohRVvaw9k6PX4ciGriTB7L1Qonw