---
title: "get countries · RUAL Documentation"
description: "Get all supported countries"
canonical: https://docs.rual.nl/block-types/saltedge/saltedgeconnection_get_countries
language: en
---

# get countries

This block is part of the [`saltedge`](https://docs.rual.nl/block-types/saltedge) group and was last modified in core [`v13.0.6`](https://docs.rual.nl/core-versions/130006).

Get all supported countries

- flow `flow`

- connection required `saltedgeconnection` current saltedge connection

- flow `flow`

- connection `saltedgeconnection` current saltedge connection

- success `condition` Returns the success state of the API request

- countries `array ` Array of countries, the refresh start time is the local country time when connections will be automatically refreshed

```
[
  {
    "code": "CZ",
    "name": "Czech Republic",
    "refresh_start_time": 1
  }
]
```

- error `value` An API error if the success out-pin if `false`

A typical wiring for [get countries](https://docs.rual.nl/block-types/saltedge/saltedgeconnection_get_countries): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the get countries block: typical wiring for get countries.](https://docs.rual.nl/canvas-examples/saltedgeconnection_get_countries.png)

### Version history

Introduced in [`v13.0.6`](https://docs.rual.nl/core-versions/130006).
