---
title: "Get Virtual Account"
method: GET
path: "/relay/wallet/virtual-account"
tags: ["Relay Wallet"]
---

# Get Virtual Account

`GET /relay/wallet/virtual-account`

Retrieve the virtual bank account details associated with your relay wallet, used for funding your account.

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `account_name` string
    - `account_number` string
    - `bank_name` string
    - `bank_code` string

## Other responses

- `401` — 401

---

[API](https://skmtc.dev/chowdeck/apis/chowdeck-api.md) · [All operations](https://skmtc.dev/chowdeck/apis/chowdeck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chowdeck/chowdeck-api/revisions/5830cc8467d8/schema)
