---
api: 'Revolut X Crypto Exchange REST API'
---

# Get all currencies public

Get public configuration for all currencies used on the exchange.

Provide `region` to filter currencies by a specific region.

## Endpoint

GET `/1.0/public/configuration/currencies`

## Parameters

### query parameters

- `region` (enum, optional)
  Region for configuration retrieval. If omitted, configuration from both EEA and UK regions is returned.
  Possible enum values:

  - `UK`
  - `EEA`

## Returns

### 200

OK

Supported currencies with their details.

#### Response attributes


## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad request |
| 429 | Rate Limit Exceeded |
| 5XX | Server Error |
