---
title: "Create a transfer quote"
method: POST
path: "/v1/transfers/quote"
tags: ["Transfers"]
---

# Create a transfer quote

`POST /v1/transfers/quote`

Create a transfer quote for a set of currencies and rails

## Request body

- TransfersDtoV2QuoteRequest
  - `source` TransfersDtoV2QuoteRequestSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `applicationFeeAmount` string
    - `applicationFeeBps` integer
  - `destination` TransfersDtoV2QuoteRequestSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `applicationFeeAmount` string
    - `applicationFeeBps` integer

## Response `200`

OK

- TransfersModelsV2Quote
  - `source` TransfersModelsV2QuoteSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `fee` string
    - `applicationFee` string
    - `totalFee` string
  - `destination` TransfersModelsV2QuoteSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `fee` string
    - `applicationFee` string
    - `totalFee` string
  - `fxRate` number, double
  - `fxMarkup` integer
  - `token` string
  - `expiresAt` string, date-time

---

[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)
