---
title: "Get supported currencies"
method: GET
path: "/meta/supported-currencies"
tags: ["Meta"]
---

# Get supported currencies

`GET /meta/supported-currencies`

This endpoint lists the currencies which are supported by the platform.

A `Site` may sell offerings to customers in one of the currencies listed here.

## Response `200`

A list of the platform's supported currencies

- object — Single-item envelope mixin. `allOf` this into any show response that wraps its `data` payload in an outer object; the concrete schema (e.g. `ShowUser`) adds its own `data` property with the appropriate `$ref` and keeps its own title so the SDK surface is unchanged.
  - `data` SupportedCurrency[], required
    - `code` string, required — The currency code

## Other responses

- `401` — The user is unauthenticated

---

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