---
title: "List all virtual accounts"
method: GET
path: "/v2/users/{userId}/virtual-accounts"
tags: ["Virtual Account"]
---

# List all virtual accounts

`GET /v2/users/{userId}/virtual-accounts`

List all virtual accounts associated with a user under your organization.

## Path parameters

- `userId` string, required

## Query parameters

- `sourceCurrency` 'usd'
- `destinationCurrency` 'usdc' | 'usdt'
- `destinationChain` 'POLYGON'
- `limit` string
- `createdBefore` string, date
- `createdAfter` string, date

## Response `200`

Success

- VirtualAccountListObject
  - `count` integer — Number of virtual accounts.
  - `data` VirtualAccountObject[]
    - `id` string, uuid
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `userId` string, uuid
    - `source` object
      - `paymentRail` string[]
      - `currency` string
    - `destination` object
      - `chain` string
      - `currency` string
      - `walletAddress` string
      - `externalWalletId` string
    - `status` 'activated' | 'deactivated'
    - `microDeposits` object
      - `count` integer
      - `data` object[]
        - `createdAt` string, date-time
        - `currency` string
        - `amount` integer
        - `sourceBankInfo` InboundObject
          - `bankName` string
          - `senderName` string
          - `routingNumber` string
          - `accountNumber` string
          - `accountType` string
          - `fedBatchId` string
          - `imad` string
          - `omad` string
          - `traceNumber` string
          - `bankAddress` string
          - `description` string
          - `paymentRail` 'ach' | 'wire' | 'rtp'
    - `depositInstructions` object
      - `bankName` string
      - `bankAddress` string
      - `swiftCode` string
      - `beneficiary` object
        - `name` string
        - `address` string
      - `ach` object
        - `routingNumber` string
        - `accountNumber` string
      - `wire` object
        - `routingNumber` string
        - `accountNumber` string
      - `rtp` object
        - `routingNumber` string
        - `accountNumber` string
      - `reference` string
      - `depositBy` string, date-time
      - `instruction` string
    - `settlementRuleId` string, uuid
  - `nextCursor` string — The `createdAt` timestamp of the last record in the current page. Pass this as `createdBefore` in the next request to retrieve the next page of results.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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