---
title: "Get a Wallet"
method: GET
path: "/v2/wallet/{id}"
---

# Get a Wallet

`GET /v2/wallet/{id}`

Get information about a wallet by its ID

## Path parameters

- `id` string, required

## Response `200`

- WalletResponseDto
  - `id` string, required — The unique identifier of the wallet.
  - `address` string, required — The wallet address on the specified network.
  - `network` 'sol' | 'fogo' | 'ethereum' | 'arbitrum' | 'polygon' | 'base' | 'avalanche' | 'sui' | 'noble' | 'sei' | 'tron' | 'starknet' | 'aptos' | 'hyperliquid', required — The blockchain network for this wallet.
  - `customerId` string, required — The unique identifier of the customer who owns this wallet.
  - `created` string, required — The ISO 8601 timestamp when the wallet was created.
  - `updated` string, required — The ISO 8601 timestamp when the wallet was last updated.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity - Validation Error

---

[API](https://skmtc.net/spherepay/apis/docs-spherepay-co.md) · [All operations](https://skmtc.net/spherepay/apis/docs-spherepay-co/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spherepay/docs-spherepay-co/revisions/4f3f5484aed3/schema)
