---
title: "Returns the cached cryptocurrency asset catalog."
method: GET
path: "/assets/crypto"
---

# Returns the cached cryptocurrency asset catalog.

`GET /assets/crypto`

## Response `200`

Crypto assets

- Asset[]
  - union — A supported asset, either a cryptocurrency or a fiat currency.
    - object — A cryptocurrency identified by its provider id and display symbol.
      - `id` string, required
      - `symbol` string, required
      - `type` 'Crypto', required
    - object — A fiat currency identified by its provider id and display symbol.
      - `id` string, required
      - `symbol` string, required
      - `type` 'Fiat', required

## Changes

- **2026-08-02** `fcd63bcfbb5b` — 1 breaking, 1 info
  - added `subschema #1, subschema #2` to the `items/` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `items/` response property `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/dcapal/apis/dca-pal-apis/changes/assets/crypto/get.md)

---

[API](https://skmtc.dev/dcapal/apis/dca-pal-apis.md) · [All operations](https://skmtc.dev/dcapal/apis/dca-pal-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dcapal/dca-pal-apis/revisions/92c971381f20/schema)
