---
title: "List Currencies"
method: GET
path: "/api/prime/trading/v1/accounts/{accountId}/currencies"
tags: ["Products"]
---

# List Currencies

`GET /api/prime/trading/v1/accounts/{accountId}/currencies`

Gets a list of all available currencies.

**Requires access token scope:** `trade_view`

## Path parameters

- `accountId` string, required

## Response `200`

An array of currencies

- object
  - `data` Currency[], required
    - `id` string, uuid, required — ID of the currency
    - `symbol` string, required — Symbol of the currency
    - `name` string, required — Name of the currency
    - `increment` string, decimal, required — This is the smallest amount that can be traded for the currency.
    - `platformSymbol` string — The BitGo platform symbol for this currency.

## Other responses

- `default` — unexpected error

---

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