-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
142 lines (142 loc) · 4.64 KB
/
apis.yml
File metadata and controls
142 lines (142 loc) · 4.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
aid: balancer
url: https://raw.githubusercontent.com/api-evangelist/balancer/refs/heads/main/apis.yml
name: Balancer
kind: protocol
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- Web3
- DeFi
- DEX
- AMM
- Liquidity
- Multi-chain
- GraphQL
- Smart Order Router
- Open Source
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
description: >-
Balancer is a DeFi AMM and programmable liquidity platform supporting weighted, stable, and
custom pools (v2 and v3). Balancer publishes a public GraphQL API at api-v3.balancer.fi for
pool, swap, and analytics data, plus per-chain subgraph endpoints. Smart-contract entry
points (Vault and Router) are the primary write surface; SDKs wrap the SOR (Smart Order
Router) for client-side route construction.
apis:
- aid: balancer:graphql-api
name: Balancer GraphQL API
tags:
- GraphQL
- Pools
- Swaps
- Liquidity
- Analytics
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api-v3.balancer.fi/
humanURL: https://docs.balancer.fi/data-and-analytics/data-and-analytics/api.html
description: >-
Public GraphQL API used by the Balancer UI and integrators. Provides pools, tokens, swaps,
gauges, voting, and analytics across all supported chains.
properties:
- type: Documentation
url: https://docs.balancer.fi/data-and-analytics/data-and-analytics/api.html
- type: GitHub
url: https://github.com/balancer/api
- url: graphql/balancer-graphql.md
type: GraphQL
x-features:
- GraphQL across all chains in one endpoint
- Pool, swap, and gauge schema
- Powers the Balancer UI
x-use-cases:
- Indexing Balancer liquidity for analytics
- Building Balancer dashboards
- Sourcing pool APRs
- aid: balancer:subgraph
name: Balancer Subgraph
tags:
- Subgraph
- The Graph
- Indexer
- GraphQL
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.thegraph.com/subgraphs/name/balancer-labs
humanURL: https://docs.balancer.fi/data-and-analytics/data-and-analytics/subgraph.html
description: Per-chain GraphQL subgraphs published on The Graph for raw indexed Balancer events.
properties:
- type: Documentation
url: https://docs.balancer.fi/data-and-analytics/data-and-analytics/subgraph.html
x-features:
- Per-chain GraphQL subgraph
- Raw event-level indexing
x-use-cases:
- Custom analytics
- Reconciling on-chain to off-chain data
- aid: balancer:sor-sdk
name: Balancer SOR SDK
tags:
- SDK
- Smart Order Router
- Solidity
- JavaScript
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://github.com/balancer/b-sdk
humanURL: https://docs.balancer.fi/integration-guides/swapping/swaps-with-sor-sdk.html
description: Client-side TypeScript / Solidity SDK for the Balancer Smart Order Router; constructs swap routes against current pool state.
properties:
- type: Documentation
url: https://docs.balancer.fi/integration-guides/swapping/swaps-with-sor-sdk.html
- type: GitHub
url: https://github.com/balancer/b-sdk
x-features:
- Client-side SOR
- Multihop swap routing
- Built-in gas estimation
x-use-cases:
- Aggregator integrations
- Custom swap UIs
- aid: balancer:smart-contracts
name: Balancer Smart Contracts
tags:
- Smart Contracts
- On-chain
- Vault
- Router
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://etherscan.io/address/balancer.fi
humanURL: https://docs.balancer.fi/concepts/vault/
description: Vault and Router smart contracts where swaps and liquidity actions are executed on-chain. v2 and v3 versions deployed across Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Gnosis, etc.
properties:
- type: Documentation
url: https://docs.balancer.fi/concepts/vault/
- type: GitHub
url: https://github.com/balancer/balancer-v2-monorepo
x-features:
- Vault architecture
- Weighted, Stable, Composable Stable, Custom pools
- veBAL governance
x-use-cases:
- Direct pool execution
- Liquidity provisioning
common:
- type: LinkedIn
url: https://www.linkedin.com/company/balancer-labs
- type: Portal
url: https://balancer.fi/
- type: Documentation
url: https://docs.balancer.fi/
- type: GitHub
url: https://github.com/balancer
- type: Forum
url: https://forum.balancer.fi/
- type: Plans
url: plans/balancer-plans-pricing.yml
- type: RateLimits
url: rate-limits/balancer-rate-limits.yml
- type: FinOps
url: finops/balancer-finops.yml
- type: LLMsTxt
url: https://docs.balancer.fi/llms.txt
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com