| Name | Type | Description | Notes |
|---|---|---|---|
| balance | BigDecimal | The balance of the token in the wallet | |
| integerBalance | BigDecimal | Not included if retreiving SOL balance | [optional] |
| decimals | BigDecimal | Not included if retreiving SOL balance. Sometimes not included if the balance of the token is '0'. | [optional] |
| network | NetworkEnum | ||
| unit | UnitEnum | Not included if retreiving an SPL token/NFT balance | [optional] |
| Name | Value |
|---|---|
| DEVNET | "devnet" |
| MAINNET_BETA | "mainnet-beta" |
| Name | Value |
|---|---|
| LAMPORT | "lamport" |
| SOL | "sol" |