> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# SOLBalance

```ts theme={null}
type SOLBalance = {
  symbol: "SOL";
  amount: number;
  decimals: 9;
  amount_decimal: string;
};
```

SOL balance structure

## Properties

| Property                                   | Type     |
| ------------------------------------------ | -------- |
| <a id="symbol" /> `symbol`                 | `"SOL"`  |
| <a id="amount" /> `amount`                 | `number` |
| <a id="decimals" /> `decimals`             | `9`      |
| <a id="amount_decimal" /> `amount_decimal` | `string` |
