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

# Get currencies

Get public configuration for all currencies used on the exchange.

Provide `region` to filter currencies by a specific region.
#### Rate limits

| Limit | Total tokens | Refresh rate | Token cost rule |
| :--- | ---: | :--- | :--- |
| Per-second limit | 1 | 1 token / second | 1 token / request |

For retry guidance, see the `429 Rate Limit Exceeded` response below. The `Retry-After` header specifies the delay in milliseconds.

## 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 |
