---
title: "Get Accounts by Currency"
method: GET
path: "/profile/virtual-accounts/"
---

# Get Accounts by Currency

`GET /profile/virtual-accounts/`

Fetch all collection accounts for a currency. Use CAD to retrieve accounts with their assigned Interac emails.

## Query parameters

- `currency` string, required

## Response `200`

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `results` object[] — List of collection accounts for the specified currency
    - `total` number — Total number of accounts

---

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