---
title: "Get Rates"
method: GET
path: "/rates"
---

# Get Rates

`GET /rates`

Retrieve rates for supported countries

## Query parameters

- `currency` string

## Request body

- unknown

## Response `200`

200

- object
  - `rates` object[]
    - `buy` number
    - `sell` number
    - `locale` string
    - `rateId` string
    - `code` string
    - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
