---
title: "Get a list of all assets"
method: GET
path: "/v2/assets"
tags: ["Assets"]
---

# Get a list of all assets

`GET /v2/assets`

Use this endpoint to retrieve a list of all assets that are available on the API.

## Query parameters

- `asset_ids` string[]
- `asset_types` string[]
- `market_sectors` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `data` object[]
    - `asset_id` string — Required input on the API when retrieving data for an asset.
    - `asset_type` string, nullable — The type of the asset.
    - `name` string — The asset's name.
    - `symbol` string — The asset's ticker symbol.
    - `coingecko_id` string, nullable — The Coingecko ID for the asset.
    - `addresses` object[] — List of addresses where the asset exists across different chains.
      - `chain_id` string, nullable — The chain ID where the asset exists.
      - `token_address` string, nullable — The token contract address on the chain.
      - `token_name` string, nullable — The token name on the chain.
      - `token_symbol` string, nullable — The token symbol on the chain.
    - `products` object[] — List of products associated with this asset.
      - `data_id` string — The project data ID.
      - `product_id` string — The product ID.
      - `tags` string[] — Tags associated with the product.
      - `relation_to_the_project` string, nullable — The relationship of the asset to the project (e.g., "issuer").
    - `created_at` string — Timestamp when the asset was created.
    - `inserted_at` string — Timestamp when the asset was inserted into the database.

---

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