Network
unichain
Subgraph ID
BCfy6V—5S32fX
Deployment ID
QmToHu—Pe531s
Query URL
/subgraphs/id/BCfy6V—5S32fX
731.2K Queries (Past 30D)
0 Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
factories(first: 5) {
id
poolCount
txCount
totalVolumeUSD
}
bundles(first: 5) {
id
nativePriceUSD
}
}
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/BCfy6Vw9No3weqVq9NhyGo4FkVCJep1ZN9RMJj5S32fX
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ factories(first: 5) { id poolCount txCount totalVolumeUSD } bundles(first: 5) { id nativePriceUSD } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/BCfy6Vw9No3weqVq9NhyGo4FkVCJep1ZN9RMJj5S32fX