Network
mainnet
Subgraph ID
68ixV9—ekJ7aq
Deployment ID
QmScFj—4pRTqq
Query URL
/subgraphs/id/68ixV9—ekJ7aq
0 Queries (Past 1D)
1.0 Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
poolCount
txCount
totalVolumeUSD
}
bundles(first: 5) {
id
ethPriceUSD
}
}
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/68ixV95ni4urceeNRHK7GfwvZ6pFBodbiJND5qekJ7aq
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ factories(first: 5) { id poolCount txCount totalVolumeUSD } bundles(first: 5) { id ethPriceUSD } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/68ixV95ni4urceeNRHK7GfwvZ6pFBodbiJND5qekJ7aq