---
title: "Get Quote to Transfer between multicurrency wallets."
method: POST
path: "/v0.2.4/multicurrency-wallets/transfer/quote"
tags: ["MultiCurrency Wallets"]
---

# Get Quote to Transfer between multicurrency wallets.

`POST /v0.2.4/multicurrency-wallets/transfer/quote`

## Request body

- object
  - `sender` string — ID of Multicurrency Account. Leave blank to transfer from parent.
  - `amountToSend` string, required — Amount in originCurrency currency to transfer/swap.
  - `originCurrency` string, required — ISO Currency String like CAD, USD etc of the wallet to transfer from.
  - `destinationCurrency` string, required — ISO Currency String like CAD, USD etc of the wallet to transfer to.
  - `receiver` string — Receiver's Multicurrency Account ID.
  - `email` string — Receiver's email.
  - `phoneNumber` string — Receiver's phone number.

## Response `200`

Success.

- object
  - `status` string
  - `message` string
  - `data` object
    - `receiver` string
    - `sender` string
    - `originCurrency` string
    - `originCurrencyDebitAmount` string
    - `destinationCurrency` string
    - `destinationCurrencyCreditAmount` string
    - `markups` object — Additional fees or markups.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

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