---
title: "Transfer Rate"
method: GET
path: "/accounts/transfer/rate/{currencyPair}"
---

# Transfer Rate

`GET /accounts/transfer/rate/{currencyPair}`

Returns the exchange rate between two currency pairs. Currently supports `USDNGN` only.

## Path parameters

- `currencyPair` string, required

## Response `200`

Exchange rate fetched successfully.

- object
  - `statusCode` integer — Status code of the response. `200` indicates a successful request.
  - `message` string — Human-readable description of the result.
  - `data` object — Response payload.
    - `rate` string — Applicable exchange rate.
    - `sell` string — Sell rate.
    - `buy` string — Buy rate.

## Other responses

- `400` — Validation error.
- `401` — Authentication failed — missing or invalid API key.

---

[API](https://skmtc.net/sudo/apis/sudo-sandbox-api.md) · [All operations](https://skmtc.net/sudo/apis/sudo-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sudo/sudo-sandbox-api/versions/52be624fcb53/schema)
