---
title: "Get single wallet details."
method: POST
path: "/v0.2.4/wallets/lookup"
tags: ["Wallet"]
---

# Get single wallet details.

`POST /v0.2.4/wallets/lookup`

## Request body

- object
  - `subAccount` string — Subaccount if any.
  - `walletID` string, required — Id of wallet.

## Response `200`

Success.

- object
  - `status` string — Status of the response.
  - `message` string — Descriptive message.
  - `data` object
    - `id` string — Unique ID of the wallet.
    - `owner` string — ID of the owner of the wallet.
    - `balance` number — Balance of the wallet.
    - `type` string — Type of the wallet.
    - `transactions` object[]
      - `amount` number — Amount involved in the transaction.
      - `balanceBefore` number — Balance before the transaction.
      - `meta` object
        - `date` object
          - `_seconds` integer — Date in seconds since epoch.
          - `_nanoseconds` integer — Nanoseconds part of the timestamp.
      - `newBalance` number — New balance after the transaction.
      - `description` string — Description of the transaction.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `404` — Resource not found.
- `500` — Indicates an internal server error.

---

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