---
title: "List Conversion Dates"
method: GET
path: "/v1/conversion/conversion_dates"
tags: ["Conversion"]
---

# List Conversion Dates

`GET /v1/conversion/conversion_dates`

List one week of available conversion dates for the specified from_currency and token_currency.

## Query parameters

- `currency_from` string, required
- `currency_to` string, required

## Headers

- `x-on-behalf-of` string

## Response `200`

OK - Successfully listed available conversion date.

- ConversionDate[]
  - `date` string, required — The available conversion date. This represents a specific date when a currency conversion can be executed.
  - `valid` boolean, required — Whether this date is available for conversion.

---

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