---
title: "POST /v1/transfers/estimate"
method: POST
path: "/v1/transfers/estimate"
---

# POST /v1/transfers/estimate

`POST /v1/transfers/estimate`

## Request body

- TransfersDtoV2EstimateRequest
  - `source` TransfersDtoV2EstimateRequestSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `applicationFeeAmount` string
    - `applicationFeeBps` integer
    - `channelType` string
  - `destination` TransfersDtoV2EstimateRequestSide
    - `rail` string
    - `currency` string
    - `amount` string
    - `applicationFeeAmount` string
    - `applicationFeeBps` integer
    - `channelType` string

## Response `200`

OK

- TransfersModelsV2Estimate
  - `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

---

[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/versions/26eaea5b64df/schema)
