---
title: "Get payout exchange rate"
method: GET
path: "/money/payouts/exchange_rate"
tags: ["money", "payouts"]
---

# Get payout exchange rate

`GET /money/payouts/exchange_rate`

Live FX rate between source/destination currencies. Gated on PermKYBLocked.

## Query parameters

- `source_currency` string
- `destination_currency` string

## Response `200`

OK

- PayoutsGetExchangeRateOutput
  - `destination_currency` string
  - `mid_market_rate` string
  - `mid_market_rate_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `rate` string
  - `source_currency` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3f7ee6e08a43/schema)
