---
title: "Get exchange rate"
method: GET
path: "/open-api/v3/payment/rate"
tags: ["Payouts"]
---

# Get exchange rate

`GET /open-api/v3/payment/rate`

Retrieves the current exchange rate between two specified currencies.

## Query parameters

- `accountId` string, required — The UUID of the account.
- `fromCurrency` 'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR', required — From currency.
- `toCurrency` 'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR', required — To currency.

## Response `200`

OK

- GetReteRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` GetRate, required — Data
    - `rate` string, required — Transaction rate.
    - `fromCurrency` string, required — From currency.
    - `toCurrency` string, required — To currency.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
