---
title: "List Virtual Accounts"
method: GET
path: "/v2/wallets/{id}/virtual-accounts"
tags: ["Virtual Accounts V2"]
---

# List Virtual Accounts

`GET /v2/wallets/{id}/virtual-accounts`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `isActive` boolean
- `search` string
- `startDate` string, date-time
- `endDate` string, date-time
- `page` integer
- `limit` integer

## Response `200`

Successful response.

- VirtualAccountListResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` VirtualAccount[], required
    - `id` string, uuid, required — Virtual account identifier.
    - `reference` string, required — Blockradar virtual-account reference.
    - `accountNumber` string, required — Bank account number.
    - `accountName` string, required — Bank account holder name.
    - `bankName` string, required — Bank name.
    - `bankCode` string, required — Bank or institution code.
    - `currency` string, required — ISO 4217 account currency.
    - `institutionAddress` string, nullable — Institution address.
    - `assetId` string, uuid, required — Stablecoin asset settled to the wallet.
    - `providerId` string, uuid, required — Provider identifier.
    - `isActive` boolean, required
    - `status` string, required — Provider-normalized account status.
    - `type` string, required — Virtual account behavior.
    - `label` string, nullable — Customer-defined label.
    - `createdAt` string, date-time, required — Creation timestamp.
    - `updatedAt` string, date-time, required — Last update timestamp.
  - `meta` PaginationMeta, required
    - `total` integer, required — Total matching records.
    - `page` integer, required
    - `limit` integer, required
    - `pageCount` integer — Total number of pages.
    - `hasPreviousPage` boolean
    - `hasNextPage` boolean
  - `links` PaginationLinks, required
    - `first` string, nullable — URL of the first page.
    - `previous` string, nullable — URL of the previous page.
    - `next` string, nullable — URL of the next page.
    - `last` string, nullable — URL of the last page.

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
