πwebln.getBalance()
Method
async function getBalance(): BalanceResponse;Response
type BalanceResponse = {
balance: number;
currency?: "sats" | "EUR" | "USD"
}await webln.enable();
const result = await webln.getBalance();Last updated
Was this helpful?