Get native token balance
$native balance is a function that retrieves the balance of the native token on a specified blockchain.
This function provides you the balance of the native token corresponding to the specified blockchain chain in your DeFi wallet.
Parameters
Chain: The specific blockchain chain on which the native token balance is to be checked. It can be either "Avalanche" or "BinanceSmartChain".
Return Value
This function returns a string which represents the balance of the native token in your DeFi wallet.
Example
log("Native Balance on BinanceSmartChain: {$native balance("BinanceSmartChain")}") log("Native Balance on Avalanche: {$native balance("Avalanche")}")
The output of this function will be the amount of the native token you have on the specified chain.
Example Output:
Native Balance on BinanceSmartChain: 10.00 BNB
Native Balance on Avalanche: 20.00 AVAX
Remember, the balances will be different depending on the amount you hold in your wallet.