# `PolarExpress.Services.CustomerPortal.WalletsService`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/services/customer_portal/wallets_service.ex#L2)

Wallets

Wallets API operations.

# `get_wallet`

```elixir
@spec get_wallet(PolarExpress.Client.t(), String.t(), map(), keyword()) ::
  {:ok, PolarExpress.Schemas.CustomerWallet.t()}
  | {:error, PolarExpress.Error.t()}
```

Get Wallet

Get a wallet by ID for the authenticated customer.

See `PolarExpress.Params.CustomerPortal.WalletsGetWalletParams` for parameter details.

# `list_wallets`

```elixir
@spec list_wallets(PolarExpress.Client.t(), map(), keyword()) ::
  {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
```

List Wallets

List wallets of the authenticated customer.

See `PolarExpress.Params.CustomerPortal.WalletsListWalletsParams` for parameter details.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
