---
title: "Get Exchange Rates"
method: GET
path: "/v3/exchange-rates"
tags: ["Exchange Rates"]
---

# Get Exchange Rates

`GET /v3/exchange-rates`

Retrieves exchange rates, conversion rate, and full fee breakdown for converting between a source and destination currency. Use the `orderType` parameter to get rates specific to your flow.

## Query parameters

- `amount` string, required
- `sourceCurrency` string, required
- `destinationCurrency` string, required
- `direction` 'forward' | 'reverse'
- `orderType` 'onramp' | 'offramp' | 'payin' | 'payout' | 'fiat_prefund' | 'crypto_prefund' | 'swap' | 'gaming', required
- `paymentCode` string
- `paymentType` 'bank_transfer' | 'local_wallet' | 'card' | 'DEFAULT'
- `toPaymentCode` string
- `toPaymentType` 'bank_transfer' | 'local_wallet' | 'card' | 'DEFAULT'

## Headers

- `MID` string, required

## Response `200`

Exchange rates retrieved successfully

- object
  - `status` string
  - `data` object
    - `sourceCurrency` string
    - `sourceAmount` integer
    - `sourceAmountInUsd` number
    - `sourceCurrencyType` string
    - `destinationCurrency` string
    - `destinationAmount` number
    - `destinationAmountInUsd` number
    - `destinationCurrencyType` string
    - `conversionRate` number
    - `minLimit` integer
    - `maxLimit` number
    - `orderType` string
    - `direction` string
    - `processingFee` number
    - `processingFeeRate` number
    - `customerFee` string
    - `customerFeeRate` integer
    - `rrFeeRate` string
    - `discount` string
    - `discountRate` string
    - `additionalFee` integer
    - `fixedFee` object
      - `totalFixedFees` integer
      - `totalFixedTfFees` integer
      - `totalFixedCxFees` integer
      - `fixedFeesCurrency` string
      - `fixedFeeDetails` object
        - `baseFeeFixedRate` integer
        - `tfFeeFixedRate` integer
        - `cxFeeFixedRate` integer
        - `currency` string
    - `totalFee` number
    - `feeMode` string

## Other responses

- `400` — Validation error
- `500` — Service unavailable

---

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