> ## Documentation Index
> Fetch the complete documentation index at: https://docs.messari.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Asset & Market Data API

> Messari's Asset & Market Data API provides comprehensive data on crypto assets and networks, enabling developers to access market data, on-chain metrics, and analytical insights.

The Assets API consists of 6 endpoints:

* [**List Assets**](/api-reference/endpoints/metrics/v2/assets/get-v2-assets) - Returns all available assets and their coverage within Messari. Supports filtering by sector, category, tag
* [**Get Asset Details**](/api-reference/endpoints/metrics/v2/assets/get-v2-assets-details) - Queries and returns the detailed information for 1 or more assets. Details include market data, qualitative info, supply, ath, roi and more.
* [**Get Return on Investments (ROIs)**](/api-reference/endpoints/metrics/v2/assets/get-v2-assets-roi) - Returns the ROI data for 1 or more assets. Supports filtering by sector, category, tag
* [**Get All Time Highs (ATHs)**](/api-reference/endpoints/metrics/v2/assets/get-v2-assets-ath) - Returns the ATH data for 1 or more assets. Supports filtering by sector, category, tag
* [**List Metrics**](/api-reference/endpoints/metrics/v2/assets/get-v2-assets-metrics) - Returns a list of the available timeseries metrics for assets along with the supported granularity
* [**Get Asset Timeseries Metric**](/api-reference/endpoints/metrics/v2/assets/get-asset-timeseries) - Returns the data points for the chosen timeseries metrics. Typically used for data export or graphical visualizations

## Demo: Trading Terminal

See the power of Messari's Metrics API in action with our interactive Trading Terminal demo. This comprehensive visualization tool showcases how the data from our Metrics endpoints can be combined to create powerful market analytics dashboards.

<Card title="Trading Terminal Demo" icon="chart-line" href="https://showroom.messari.io/demos/trading-terminal">
  Explore real-time market data visualizations powered by Messari's Metrics API
</Card>

### Featured Charts

The Trading Terminal demonstrates how developers can leverage Messari's Metrics API to build sophisticated market analysis tools, including:

* **Multi-Factor Overview** - Combined visualization of price, sentiment, and mindshare data
* **Market Cap Analysis** - Track circulating market capitalization over time
* **Mindshare Overview** - Monitor social attention metrics for assets
* **Momentum Breakdown** - Analyze price, trend, and acceleration components of momentum
* **Sentiment Analysis** - Hourly breakdown of positive, neutral, and negative sentiment
* **Futures Volume & Open Interest** - Track derivatives market activity and capital commitment
* **Price & Volume** - Analyze price movements in relation to trading volume
* **Hourly Sentiment & Volume** - Monitor social sentiment alongside discussion intensity

By integrating these data points, developers can create comprehensive market intelligence tools that combine price data, trading activity, derivatives metrics, and social signals.
