# List Currencies

> Return the account currencies supported for creating or configuring trading accounts.

Source: /admin/accounts-funding/accounts/accounts-service_-options-currencies

## `GET /options/currencies`

**List Currencies**

Return the account currencies supported for creating or configuring trading accounts.

Tags: `Accounts`

### Responses

#### `200` — A successful response.

**Content-Type:** `application/json`

List of supported currencies with display metadata for account creation pickers.
- `currencies` (array)
  - items:
    CurrencyMeta carries display metadata for a single currency.
Added for currency metadata propagation to admin UI.
    - `code` (string)
    - `sign` (string)
    - `decimals` (integer)

#### `default` — An unexpected error response.

**Content-Type:** `application/json`

- `code` (integer)
- `message` (string)
- `details` (array)
  - items:
    - `@type` (string)

