Protocol Kit Reference
Safe Configuration
getBalance

getBalance

Returns the native token balance of the connected Safe smart account.

Usage


_10
import { protocolKit } from './setup.ts'
_10
_10
const balance = await protocolKit.getBalance()

Returns

Promise<bigint>

The native token balance.

Was this page helpful?