---
title: "Get exchange rate of a currency pair"
method: GET
path: "/currencies/rates/{currencyPair}"
tags: ["Reference Data"]
---

# Get exchange rate of a currency pair

`GET /currencies/rates/{currencyPair}`

Returns an Exchange Rate Pair object for the specified Currency Pair.

## Path parameters

- `currencyPair` string, required

## Response `200`

A list of all exchange rates pairs for supported currencies

- ExchangeRatePairs — The exchange rate of a pair of currencies
  - `src` Currency — Describes a currency object.
    - `id` string, uuid — Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
    - `code` string — The ISO-4217 currency code for the currency.
    - `name` string — A human-friendly name of the currency.
  - `dst` Currency — Describes a currency object.
    - `id` string, uuid — Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
    - `code` string — The ISO-4217 currency code for the currency.
    - `name` string — A human-friendly name of the currency.
  - `exchange_rate` number

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/993e058b557e/schema)
