Network
bsc
Subgraph ID
8trddG—1GVdLv
Deployment ID
QmR64a—VFY5Gr
Query URL
/subgraphs/id/8trddG—1GVdLv
6.7K Queries (Past 1D)
135.2 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
balancers(first: 5) {
id
poolCount
pools {
id
}
totalLiquidity
}
pools(first: 5) {
id
address
poolType
poolTypeVersion
}
}
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/8trddGJaqGXf5pLpS4954UTWLekBctP5Mqxi7r1GVdLv
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ balancers(first: 5) { id poolCount pools { id } totalLiquidity } pools(first: 5) { id address poolType poolTypeVersion } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/8trddGJaqGXf5pLpS4954UTWLekBctP5Mqxi7r1GVdLv