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

# getWallet

> getWallet returns the user's wallet balance and payment methods.

getWallet returns the user's wallet balance and payment methods.

```graphql theme={null}
query {
  getWallet: GetWalletResponse
}
```

## Returns

[`GetWalletResponse`](/api-reference/types/get-wallet-response) — GetWalletResponse represents the response to the get wallet request.
