---
title: "Convert currencies between balances (v1)"
method: POST
path: "/v1/borderless-accounts/{borderlessAccountId}/conversions"
tags: ["balance"]
deprecated: true
---

# Convert currencies between balances (v1)

`POST /v1/borderless-accounts/{borderlessAccountId}/conversions`

> **Deprecated.**

{% admonition type="warning" %}
This endpoint is deprecated. Use the [balance movements endpoint](/api-reference/balance/balancemovement) to move and convert between balances instead.
{% /admonition %}

Convert funds between your multi-currency account currencies.
Quote which is used in this call must be created with `"payOut": "BALANCE"`.

Note that this call needs an extra field in header called `X-idempotence-uuid`.

## Path parameters

- `borderlessAccountId` integer, required

## Headers

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

## Request body

- object
  - `quoteId` integer, required — Conversion quote ID.

## Response `200`

Conversion result.

- object — Conversion result containing source and target amounts, exchange rate, fees, and balance state after conversion.

## 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/versions/4907a1d269ab/schema)
