---
title: "Get asset details and available metrics"
method: GET
path: "/v2/assets/{asset_id}"
tags: ["Assets"]
---

# Get asset details and available metrics

`GET /v2/assets/{asset_id}`

Use this endpoint to retrieve detailed information about a specific asset, including the list of available metrics.

## Path parameters

- `asset_id` string, required

## Response `200`

OK

- object
  - `data` object
    - `asset_id` string — Returns the ID of the asset.
    - `asset_type` string, nullable — The type of the asset.
    - `name` string — Returns the asset name.
    - `symbol` string — Returns the asset's ticker symbol.
    - `coingecko_id` string, nullable — Returns the Coingecko ID for the asset.
    - `addresses` object[] — List of addresses where the asset exists across different chains.
      - `chain_id` string, nullable
      - `token_address` string, nullable
      - `token_name` string, nullable
      - `token_symbol` string, nullable
    - `products` object[] — List of products associated with this asset.
      - `data_id` string
      - `product_id` string
      - `tags` string[]
      - `relation_to_the_project` string, nullable
      - `logo` string, nullable
    - `created_at` string
    - `inserted_at` string
    - `available_metrics` string[] — List of metric IDs that have data available for this asset.

## Other responses

- `404` — Asset not found

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
