> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/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] = [])
```
