---
title: "Get Wallets"
method: GET
path: "/v1/wallet/all"
tags: ["Wallet"]
---

# Get Wallets

`GET /v1/wallet/all`

Returns all wallets linked to a merchant, including both connected and payout wallets, across supported blockchain networks.

## Query parameters

- `apiKey` string, required

## Response `200`

Successfully retrieved merchant wallets.

- GetWallet[]
  - `id` string, required — Unique identifier of the wallet
  - `publicKey` string, required — Public address of the wallet
  - `blockchainEngineType` string, required — Blockchain engine the wallet is associated with
  - `walletCategory` string, required — Category of the wallet
  - `name` string — Human-readable wallet name
  - `type` string — Wallet type
  - `origin` string — Wallet provider or origin
  - `createdAt` string, date-time — ISO timestamp when the wallet was created

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
