---
title: "GET /v1/pricing/rates/{baseCurrency}/{quoteCurrency}"
method: GET
path: "/v1/pricing/rates/{baseCurrency}/{quoteCurrency}"
tags: ["PricingService"]
---

# GET /v1/pricing/rates/{baseCurrency}/{quoteCurrency}

`GET /v1/pricing/rates/{baseCurrency}/{quoteCurrency}`

GetExchangeRate 查询指定货币对的最新汇率。

## Path parameters

- `baseCurrency` string, required
- `quoteCurrency` string, required

## Response `200`

OK

- PricingV1GetExchangeRateReply
  - `rate` PricingV1CurrencyRateInfo
    - `baseCurrency` string
    - `effectiveAt` string, date-time
    - `id` string
    - `quoteCurrency` string
    - `rate` string

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
