Concepts
Guides
Build
Reference
Partner
Data
Tools
Concepts
Guides
Build
Reference
Partner
Data
Tools
  • Data And Analytics
    • Subgraph
    • Balancer Api
      • Balancer API
      • Pools - Get details including APRs
      • Pools - Swap Events
      • Pools - Top 10 Ordered by TVL
      • Pools - With TVL greater than $10k
      • Swap - Query the Smart Order Router
      • User - Get add and remove events for a pool
      • User - Get pool balances
    • Dune
      • Overview
      • Spells
      • Dashboards

# Query all pools on Arbitrum and Avalanche that have TVL greater than $10k

{
  poolGetPools(where: {chainIn: [AVALANCHE, ARBITRUM], minTvl: 10000}) {
    id
    address
    name
  }
}

Pools - Top 10 Ordered by TVL Swap - Query the Smart Order Router

Github

  • Smart Contracts
  • SDK
  • API
  • Subgraph
  • Frontend

Developers

  • Starter kit
  • Deployment Addresses
  • Bug bounties
  • Grants
  • V2 Docs

Ecosystem

  • Explore pools
  • Create pools
  • Swap tokens
  • Get veBAL
  • Dune Dashboards

Community

  • Forum
  • Governance
  • Discord
  • Twitter
  • Youtube