---
title: "Get list of available currencies"
method: GET
path: "/pricing/currencies"
tags: ["Pricing"]
---

# Get list of available currencies

`GET /pricing/currencies`

Get list of available currencies and exchange rates for token prices

## Response `200`

Successful Response

- CurrencyInfoList — Schema for list of supported currency info Attributes: currencies (List[CurrencyInfo]): list of supported currency info entries
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `currencies` CurrencyInfo[], required
    - `id` string, required
    - `name` string, required

---

[API](https://skmtc.net/odos/apis/odos-api.md) · [All operations](https://skmtc.net/odos/apis/odos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/odos/odos-api/versions/326e35e349c9/schema)
