---
title: "Get Asset"
method: GET
path: "/signal/v1/assets/{assetID}"
tags: ["Assets"]
---

# Get Asset

`GET /signal/v1/assets/{assetID}`

Retrieve a specific asset

## Path parameters

- `assetID` string, required

## Response `200`

Default response

- object
  - `data` Asset, required
    - `id` string, required
    - `marketdata` MarketData, required — Schema for MarketData
    - `mindshare` MindshareIntervals, required — Schema for MindshareIntervals
    - `name` string, required
    - `postMetrics` PostMetricsIntervals, required — Schema for PostMetricsIntervals
    - `recentPosts` PostIntervals, required — Schema for PostIntervals
    - `recentTopics` TopicIntervals, required — Schema for TopicIntervals
    - `sentiment` SentimentIntervals, required — Schema for SentimentIntervals
    - `slug` string, required
    - `symbol` string, required
  - `error` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

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