---
title: "Single wallet (merchant, API key)"
method: GET
path: "/api/external/v1/wallet/{id}"
tags: ["VAS"]
---

# Single wallet (merchant, API key)

`GET /api/external/v1/wallet/{id}`

Wallet must belong to the API key’s linked user.

## Path parameters

- `id` string, required

## Response `200`

OK

- SuccessEnvelope
  - `success` boolean
  - `message` string
  - `data` unknown

## Other responses

- `401` — Invalid API key or IP not allowlisted
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-06** `eefdc20676b6` — 1 info
  - added the non-success response with the status `500`
- **2026-04-23** `bbcdd1c4db49` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/external/v1/wallet/:id/get.md)

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/64d5f68bab31/schema)
