---
title: "POST /v1/global-payout/money/convert"
method: POST
path: "/v1/global-payout/money/convert"
---

# POST /v1/global-payout/money/convert

`POST /v1/global-payout/money/convert`

Calculate a currency conversion and lock an exchange rate before initiating a transfer.

## Headers

- `Authorization` string, required
- `accountId` string, required

## Request body

- object
  - `amount` number, required
  - `currency` string, required — ISO 4217 source currency code.
  - `destinationCurrency` string, required — ISO 4217 destination currency code.
  - `transactionType` string, required

## Response `200`

Conversion calculated successfully.

- object
  - `code` string
  - `description` string
  - `data` object
    - `fromAmount` number
    - `fromCurrency` string
    - `fromFormatted` string
    - `toAmount` number
    - `toCurrency` string
    - `toFormatted` string
    - `spreadAmount` number
    - `spreadCurrency` string
    - `exchangeRateId` string
    - `currencyPairName` string
    - `feeAmount` number
    - `feeCurrency` string

---

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