# WalletBalance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**balance** | **string** | Token balance for the wallet | 
**tokenBalance** | **string** | Token balance for the wallet in Ethereum format | 
**tokenDecimals** | **number** | Token decimal places | 
**blockNum** | **string** | Block in which the balance was last updated | 
**safety** | **strings** | Safety level indicator | 

## Example

```json
{
    "balance": "1",
    "token_decimals": 15,
    "blockNum": "1698324",
    "token_balance": "1000000000000000"
}
```