---
title: "Get Currencies Information"
method: GET
path: "/currencies"
tags: ["Currency"]
---

# Get Currencies Information

`GET /currencies`

Get Information about supported currencies

## Query parameters

- `cid` string, uuid, required

## Headers

- `X-REQUEST-SIGN` string, required

## Response `200`

ok

- CurrencyInfo[]
  - `code` string, required — Currency code ISO4217
  - `name` string, required — Currency name
  - `symbol` string, required — Currency symbol
  - `decimal_places` integer, required — Number of decimal places
  - `is_fractional_for` string — Currency code in ISO4217 for which this currency is fractional. If null then this currency is not fractional.
  - `is_crypto` boolean, required — Is this currency a cryptocurrency. If true then this currency is a cryptocurrency.
  - `is_virtual` boolean, required — Is this currency a virtual currency. If true then this currency is a virtual currency.

## Other responses

- `400` — Bad request
- `401` — Wrong signature or API key
- `500` — Server error occurred

---

[API](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api.md) · [All operations](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastplaynetwork/playhub-core-api/revisions/2cfd86cc6d48/schema)
