---
title: "POST /currencies"
method: POST
path: "/currencies"
tags: ["slash-currency"]
---

# POST /currencies

`POST /currencies`

## Request body

- AddCurrencyRequest
  - `currencyCode` string, required
  - `currencySymbol` string

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

---

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