---
title: "List of countries"
method: GET
path: "/countries"
tags: ["Countries"]
---

# List of countries

`GET /countries`

Returns a list of countries supported by Account Information API.

## Query parameters

- `include_fake_providers` true | false — Whether you wish to fetch the fake countries.

## Response `200`

OK

- CountriesResponse
  - `data` Country[]
    - `name` string, required — Name of the country.
    - `code` string, required — Country code as dated in ISO 3166-1 alpha-2
    - `refresh_start_time` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23, required — Local country time when connections will be automatically refreshed.

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
