---
title: "Get asset by ID"
method: GET
path: "/assets/{id}"
tags: ["assets"]
---

# Get asset by ID

`GET /assets/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Asset details

- 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 `type` response property for the response status `200`
  - removed the `ERC20` enum value from the `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/:id/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)
