---
title: "POST /user/{userID}/monetary-account/{monetary-accountID}/currency-conversion-quote"
method: POST
path: "/user/{userID}/monetary-account/{monetary-accountID}/currency-conversion-quote"
tags: ["currency-conversion-quote"]
---

# POST /user/{userID}/monetary-account/{monetary-accountID}/currency-conversion-quote

`POST /user/{userID}/monetary-account/{monetary-accountID}/currency-conversion-quote`

Endpoint to create a quote for currency conversions.

## Path parameters

- `userID` integer, required
- `monetary-accountID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- CurrencyConversionQuote
  - `amount` Amount, required
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `currency_source` string, required — The currency we are converting.
  - `currency_target` string, required — The currency we are converting towards.
  - `order_type` string, required — The type of the quote, SELL or BUY.
  - `counterparty_alias` Pointer, required
    - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
    - `value` string — The alias value.
    - `name` string — The alias name.
    - `service` string — The pointer service. Only required for external counterparties.
  - `status` string — The status of the quote.

## Response `200`

Endpoint to create a quote for currency conversions.

- CurrencyConversionQuoteCreate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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