How to fetch balance

Hi guys I’m creating a wallet in JS, how can i get the balance of an address from the explorer knowing the address?

Which explorer?

You can get the balance by querying the node using GetAccountInfo

Ok thanks for the clarifications