Balancer V3 Base logo

Balancer V3 Base

1.2M Queries (Past 30D)

564.2 Signal

Updated a month ago

Network

base

Subgraph ID

9b7UBH—9GJ3cV

Deployment ID

QmchLC—sY9Bt7

Query URL

/subgraphs/id/9b7UBH—9GJ3cV

1.2M Queries (Past 30D)

564.2 Signal

Updated a month ago

Network
base
Subgraph ID
9b7UBH—9GJ3cV
Deployment ID
QmchLC—sY9Bt7
Query URL
/subgraphs/id/9b7UBH—9GJ3cV
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
9b7UBHq8DXxrfGsYhAzF3jZn5mNRgZb5Ag18UL9GJ3cV
Query URL
https://gateway.thegraph.com/api/subgraphs/id/9b7UBHq8DXxrfGsYhAzF3jZn5mNRgZb5Ag18UL9GJ3cV

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ vaults(first: 5) { id authorizer protocolFeeController isPaused } pools(first: 5) { id vault { id } hook { id } hookConfig { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/9b7UBHq8DXxrfGsYhAzF3jZn5mNRgZb5Ag18UL9GJ3cV