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

# GetBalanceQueryParams

> Swift Structure

**Structure**

```swift theme={null}
struct GetBalanceQueryParams
```

## Initializers

### init(walletLocator:token:chain:)

```swift theme={null}
init(walletLocator: WalletLocator, token: CryptoCurrency, chain: Chain)
```

### init(walletLocator:tokens:chains:)

```swift theme={null}
init(walletLocator: WalletLocator, tokens: [CryptoCurrency], chains: [any AnyChain] = [])
```
