> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso meta

> Reference data lookups (read-only).

## Overview

Reference data lookups (read-only).

## Verbs

| Verb       | Description                |
| ---------- | -------------------------- |
| `currency` | List supported currencies. |
| `country`  | List supported countries.  |
| `timezone` | List supported timezones.  |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso meta --help
ekso meta currency --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
