Network
gnosis
Subgraph ID
GoqnAu—nWe1BF
Deployment ID
QmXoDt—gZof5w
Query URL
/subgraphs/id/GoqnAu—nWe1BF
0 Queries (Past 1D)
0 Signal
Updated 6 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/GoqnAujrtGcpf2ueATuugfdQvVnEwQcbpHU2DJnWe1BF
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/GoqnAujrtGcpf2ueATuugfdQvVnEwQcbpHU2DJnWe1BF