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

---

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