Source for getting balance of lending assets, Staked asset for a user

Please help us in knowing if there is any source for getting balance of token for a particularly user, staked value of particular user. We could not find any APIs or subgraphs.

You can get values for balances using a standard web3 API. The function for balance is balanceOf(address).