---
title: "List all assets by asset ID"
method: GET
path: "/v1/assets/{asset_id}"
tags: ["Metadata"]
---

# List all assets by asset ID

`GET /v1/assets/{asset_id}`

## Path parameters

- `asset_id` string, required

## Response `200`

successful operation

- MarketDataMetadataAsset[]
  - `asset_id` string, nullable — Gets or sets the asset ID.
  - `name` string, nullable — Gets or sets the name of the asset.
  - `type_is_crypto` integer — Gets or sets a value indicating whether the asset is a cryptocurrency.
  - `data_quote_start` string, date-time, nullable — Gets or sets the start date of quote data.
  - `data_quote_end` string, date-time, nullable — Gets or sets the end date of quote data.
  - `data_orderbook_start` string, date-time, nullable — Gets or sets the start date of order book data.
  - `data_orderbook_end` string, date-time, nullable — Gets or sets the end date of order book data.
  - `data_trade_start` string, date-time, nullable — Gets or sets the start date of trade data.
  - `data_trade_end` string, date-time, nullable — Gets or sets the end date of trade data.
  - `data_symbols_count` integer, nullable — Gets or sets the number of symbols.
  - `volume_1hrs_usd` number, double, nullable — Gets or sets the USD volume in the last 1 hour.
  - `volume_1day_usd` number, double, nullable — Gets or sets the USD volume in the last 1 day.
  - `volume_1mth_usd` number, double, nullable — Gets or sets the USD volume in the last 1 month.
  - `price_usd` number, double, nullable — Gets or sets the USD price of the asset.
  - `id_icon` string, uuid, nullable — Gets or sets the ID of the icon for the asset.
  - `supply_current` number, double, nullable — Gets or sets the current supply of the asset.
  - `supply_total` number, double, nullable — Gets or sets the total supply of the asset.
  - `supply_max` number, double, nullable — Gets or sets the maximum supply of the asset.
  - `chain_addresses` V1ChainNetworkAddress[], nullable
    - `chain_id` string, nullable — Gets or sets chain id
    - `network_id` string, nullable — Gets or sets network id
    - `address` string, nullable — Gets or sets chain address
  - `asset_type` string, nullable — Asset type classification. Possible values: FIAT, STABLECOIN, CRYPTO, COMMODITY, STOCK.
  - `data_start` string, nullable
  - `data_end` string, nullable

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/805496271c56/schema)
