---
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

---

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