Get claimable Balancer(BAL)

Is there a way to get claimable balancer value from any api or subgrapgh, please help us with any source.

Hi there

What is your use-case?

There is no GraphQL query to get estimates. They have to be calculated. There is the liquidity mining estimates API to get approx. LM rewards per address for the running week: Liquidity Mining Estimates API - Balancer

If you want to fetch past rewards, you can browse the weekly calculations here: bal-mining-scripts/reports at master · balancer-labs/bal-mining-scripts · GitHub

If you want to fetch not yet claimed amounts, you need to ask experts on how to read data from the Merkle Orchard as in claim.balancer.fi (Merkle Orchard - Balancer)

Hope that gives you some hints.