---
title: "List supported assets"
method: GET
path: "/assets"
tags: ["assets"]
---

# List supported assets

`GET /assets`

## Response `200`

Asset list

- object
  - `assets` Asset[]
    - `id` string, uuid, required
    - `symbol` string, required
    - `name` string, required
    - `type` 'NATIVE' | 'QRC-20', required — Asset class. `QRC-20` denotes a Quantum Chain fungible token. The legacy value `ERC20` is accepted on input as a deprecated alias and will be removed; new clients must use `QRC-20`.
    - `contractAddress` string
    - `decimals` integer, required
    - `chainId` integer, required
    - `status` 'ACTIVE' | 'DISABLED', required

## Changes

- **2026-04-27** `fc446944e3ec` — 1 warning, 1 info
  - added the new `QRC-20` enum value to the `assets/items/type` response property for the response status `200`
  - removed the `ERC20` enum value from the `assets/items/type` response property for the response status `200`
- **2026-03-19** `82dff8901b0c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api/changes/assets/get.md)

---

[API](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api.md) · [All operations](https://skmtc.dev/quantum-chain-pte-ltd/apis/qustody-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quantum-chain-pte-ltd/qustody-api/revisions/ecb2cea3c096/schema)
