---
title: "Currency not supported — Anis Developers"
description: "The currency in the request is not the wallet’s currency."
url: https://developers.anis.ly/errors/currency-not-supported/
language: en
---

> Every page of this documentation: https://developers.anis.ly/llms.txt

[Error codes](https://developers.anis.ly/errors.md) · The request itself

# Currency not supported

- **Code:** `currency_not_supported`
- **Status:** 422
- **If this was an order:** This request bought nothing
- **Send it again unchanged?** No — change something first
- **.NET SDK:** `ValidationFailedException`

## What it means

The currency in the request is not the wallet’s currency.

## What to do

- Send the prices in the currency the catalogue shows for this wallet.

## Where you can meet it

- POST [Place an order](https://developers.anis.ly/reference/create-order.md) `/v1/wallets/{walletId}/orders`

## Example

The body of the refusal. Its `type` is the address of this page.

```
{
  "type": "https://developers.anis.ly/errors/currency-not-supported",
  "title": "Currency not supported",
  "status": 422,
  "code": "currency_not_supported",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}
```
