---
title: "Create FX quote"
method: POST
path: "/quote"
tags: ["Quote"]
---

# Create FX quote

`POST /quote`

Creates a new FX quote for the specified input and output currencies and amounts.

## Request body

- FxDtoQuoteRequest
  - `currencyIn` string
  - `currencyOut` string
  - `amountIn` string
  - `amountOut` string

## Response `200`

OK

- FxModelsQuote
  - `currencyIn` string
  - `currencyOut` string
  - `amountIn` string
  - `amountOut` string
  - `rate` number, double
  - `markupBps` integer
  - `createdAt` string

---

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