---
title: "Returns the myst price in the given currency"
method: GET
path: "/exchange/myst/{currency}"
tags: ["Exchange"]
---

# Returns the myst price in the given currency

`GET /exchange/myst/{currency}`

Returns the myst price in the given currency (dai is deprecated)

## Path parameters

- `currency` string, required

## Response `200`

MYST price in given currency

- CurrencyExchangeDTO
  - `amount` number, double
  - `currency` string

## Other responses

- `404` — Currency is not supported
- `500` — Internal server error

---

[API](https://skmtc.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
