<!-- canonical: https://docs.costplus.io/api-reference/self-service/getSupportedCurrencies -->

> List supported currencies for each available payment method in your project.
# Get supported currencies

List supported currencies for each available payment method in your project.

## Endpoint

```
GET /merchants/self/projects/self/currencies
```

## Authentication

HTTP Basic — use your API key as the username with an empty password.

```bash
curl -u YOUR_API_KEY: https://api.costplus.online/v1/merchants/self/projects/self/currencies/
```

## Responses

### 200 — Supported currencies per payment method

## cURL

```bash
curl -u YOUR_API_KEY: \
  https://api.costplus.online/v1/merchants/self/projects/self/currencies/
```
