---
api: 'Business API'
---

# Check supported countries and currencies

Retrieve all supported bank countries and their available currencies for counterparty creation.

:::note [Note]
This feature is not available in Sandbox.
:::

Use this endpoint to discover which country and currency combinations are supported before checking field requirements with the [Check counterparty field requirements endpoint](https://developer.revolut.com/docs/api/business#get-counterparty-requirements).

For more details, see the guide: **Check supported counterparty countries and currencies** section in [Create a counterparty](https://developer.revolut.com/docs/guides/manage-accounts/counterparties/create-a-counterparty#check-supported-counterparty-countries-and-currencies).

## Endpoint

GET `/counterparties/countries`

## Returns

### 200

The list of supported bank countries and their available currencies

#### Response attributes

- `countries` (array of object)
    A list of supported bank countries.
  - `countries[].country` (string)
      The country of the bank, provided as a 2-letter [ISO 3166](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) code.
  - `countries[].currencies` (array of string)
      The currencies available for counterparty creation in this country.
