The core metrics asset package is included by default with enterprise API access.
Core metrics assets is a foundational set of APIs for interacting with Messari assets.
It consists for 6 endpoints:
- List Assets - Returns all available asset and their coverage within Messari. Supports filtering by sector, category, tag
- Get Asset 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) - Returns the ROI data for 1 or more assets. Supports filtering by sector, category, tag
- Get All Time Highs (ATHs) - Returns the ATH data for 1 or more assets. Supports filtering by sector, category, tag
- List Metrics - Returns a list of the available timeseries metrics for assets along with the supported granularity
- Get Asset Timeseries Metric - Returns the data points for the chosen timeseries metrics. Typically used for data export or graphical visualizations
Also available in the Typescript SDK