---
title: "Get an asset"
method: GET
path: "/api/v1/assets/{id}"
tags: ["Asset"]
---

# Get an asset

`GET /api/v1/assets/{id}`

Returns an asset

## Path parameters

- `id` string, required

## Response `200`

- AssetDto
  - `id` string, required — Asset id
  - `name` string, required — Asset name
  - `chainId` number, required — Asset chain id
  - `address` string, required — Asset address on chain
  - `currency` 'usdc' | 'usdt' | 'pyusd' | 'eurc' | 'brett' | 'dai' | 'btc' | 'eth' | 'matic' | 'bnb' | 'sol' | 'busd' | 'trx' | 'food' | 'bonk' | 'wif' | 'goat' | 'spx' | 'truf' | 'pengu' | 'usd' | 'inr', required
  - `symbol` string, required — Asset symbol
  - `decimals` number, required — Asset decimals in which it is represented on chain
  - `coingeckoId` string — Asset coingecko id
  - `superToken` SuperTokenDto
    - `address` string, required — SuperToken's address
    - `decimals` number, required
    - `symbol` string, required — SuperToken's symbol
  - `isEIP5827Supported` boolean, required — Is EIP5827 supported

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/revisions/c0bfbc37fb98/schema)
