Network
base
Subgraph ID
378iBS—58sMeo
Deployment ID
QmTGKY—wfL55F
Query URL
/subgraphs/id/378iBS—58sMeo
660.2 Signal
Updated 4 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/378iBSg3LF7U4Gby57EsgACtTjjhD55fm7324H58sMeo
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/378iBSg3LF7U4Gby57EsgACtTjjhD55fm7324H58sMeo