Balancer Subgraph
The Balancer Subgraph indexes data on the Balancer smart contracts with a GraphQL interface. It updates data in response to function calls and contract events to maintain data.
Balancer uses Subgraph Studio for development and deployment of its subgraphs. For querying non-rate-limited endpoints, users need to obtain an API key from The Graph. More information on querying The Graph can be found here.
V3 Subgraphs
The schemas of GraphQL elements are defined in two separate schema files:
- Vault:
v3-vault/schema.graphql
- Pools:
v3-pools/schema.graphql