---
title: "Get currencies"
method: GET
path: "/currencies"
tags: ["Reference Data"]
---

# Get currencies

`GET /currencies`

Returns a list of all defined Currency objects.

## Response `200`

A list of all currencies.

- Currency[]
  - `id` string, uuid — Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
  - `code` string — The ISO-4217 currency code for the currency.
  - `name` string — A human-friendly name of the currency.

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/993e058b557e/schema)
