---
title: "Retrieve multi currency account for a profile"
method: GET
path: "/v4/profiles/{profileId}/multi-currency-account"
tags: ["multi-currency-account"]
---

# Retrieve multi currency account for a profile

`GET /v4/profiles/{profileId}/multi-currency-account`

Returns the multi-currency account details for the specified profile. If the user does not yet have a multi-currency account, a `404 Not Found` will be returned.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Multi currency account object.

- object
  - `id` integer — Multi currency account ID.
  - `profileId` integer — Profile ID the multi currency account is attributed to.
  - `recipientId` integer — Recipient ID of the multi currency account, to be used for transfer recipient.
  - `creationTime` string, date-time — Datetime when multi currency account was created.
  - `modificationTime` string, date-time — Datetime when multi currency account was last modified.
  - `active` boolean — Whether multi currency account is active or not.
  - `eligible` boolean — Whether multi currency account is eligible or not.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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