---
title: "Get rates"
method: GET
path: "/api/v1/rates"
tags: ["Rates"]
---

# Get rates

`GET /api/v1/rates`

Retrieves real-time exchange rates for a list of provided tickers. Each ticker represents a currency or asset pair (e.g., `USDT/USD`, `DAI/EUR`). The response includes the latest conversion rate for each requested ticker.

## Query parameters

- `tickers` string[], required

## Response `200`

OK

- ResponseRatesResponse
  - `data` ResponseRateResponse[], required
    - `ask` number, required
    - `bid` number, required
    - `ticker` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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