---
title: "Get Wallet"
method: GET
path: "/v1/customer-portal/wallets/{id}"
tags: ["customer_portal", "wallets", "public"]
---

# Get Wallet

`GET /v1/customer-portal/wallets/{id}`

Get a wallet by ID for the authenticated customer.

## Path parameters

- `id` string, uuid4, required — The wallet ID.

## Response `200`

Successful Response

- CustomerWallet — A wallet represents your balance with an organization. You can top-up your wallet and use the balance to pay for usage.
  - `id` string, uuid4, required — The ID of the object.
  - `created_at` string, date-time, required — Creation timestamp of the object.
  - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
  - `customer_id` string, uuid4, required — The ID of the customer that owns the wallet.
  - `balance` integer, required — The current balance of the wallet, in cents.
  - `currency` string, required — The currency of the wallet.

## Other responses

- `404` — Wallet not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/964f974aceff/schema)
