Overview
This endpoint returns a catalog of all bulk datasets available to you based on your subscription tier. Each dataset includes metadata about available columns, supported granularities, and the minimum tier required for access.Response Structure
The response includes an array of datasets, where each dataset contains:- name: Human-readable name of the dataset
 - slug: URL-safe identifier used in download requests
 - description: Detailed explanation of the dataset contents
 - tier: Minimum subscription tier required (FREE, PROFESSIONAL, or ENTERPRISE)
 - columns: Array of available columns with their names, slugs, descriptions, and data types
 - granularities: Supported time intervals for this dataset (e.g., 1h, 1d)
 
Usage Example
Use this endpoint to discover what data is available to you before making download requests:Subscription Tier Access
Different datasets require different subscription tiers:- FREE: Access to basic datasets
 - PROFESSIONAL: Additional datasets with more metrics
 - ENTERPRISE: Full access to all bulk datasets including premium metrics
 
Next Steps
After identifying the dataset you want to download, use the Download Dataset endpoint with the appropriatedatasetSlug and granularity values.Authorizations
API key for authentication. Get your key at https://messari.io/account/api
Response
Successfully retrieved available datasets

