Use this endpoint to retrieve aggregated breakdown data for asset metrics across different dimensions (projects, chains, market sectors, etc.).
If an empty metric_ids array is provided, it defaults to ['asset_price'].
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the asset
Allows you to select one of the assets available.
The full list is available on the assets endpoint (see above).
List of metrics to include according to asset metric availability.
Allows you to select one or more of the metrics available for a specific asset.
If an empty array is provided, it defaults to ['asset_price'].
["asset_price", "asset_holders"]Dimension to group the breakdown by.
Available options: assets, projects, product, chains, market-sector, chain-asset, chain-project, product+chain.
assets, projects, product, chains, market-sector, chain-asset, chain-project, product+chain "assets"
Time interval for aggregation.
Intervals are 24h, 7d, 30d, 90d, 180d, 365d, max.
24h, 7d, 30d, 90d, 180d, 365d, max "30d"
List of project data IDs to filter by.
Allows you to select one or more projects. When including multiple projects, separate each one with a comma.
["ethereum"]List of product IDs to filter by.
Allows you to select one or more products. When including multiple products, separate each one with a comma.
["usdc"]List of asset IDs to filter by.
Allows you to select one or more assets. When including multiple assets, separate each one with a comma.
List of chain IDs to filter by.
Allows you to select one or more chains. When including multiple chains, separate each one with a comma.
["ethereum", "base"]List of market sector IDs to filter by.
Allows you to select one or more market sectors. When including multiple market sectors, separate each one with a comma.
The full list of available market sectors can be retrieved from the /v2/market-sectors endpoint.
["blockchains-l1", "lending"]Include the asset itself in the breakdown results.
If not specified, defaults to false.
Start date for the breakdown.
Allows you to select the start date for the query. If not specified, uses the default start date.
End date for the breakdown.
Allows you to select the end date for the query. If not specified, uses the latest available date.
Ignore metric thresholds when calculating breakdowns.
If not specified, defaults to false.