Use this endpoint to retrieve metric aggregations for multiple projects.
You can get all aggregations for all projects by omitting project_ids
and metric_ids
parameters. Fetching all projects or metrics you can omit the parameter or using parameter value all
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Allows you to select one or more of the projects available for a specific metric. When including multiple projects, separate each one with a comma. Example: aave,uniswap
.
You can fetch all available projects by omitting this parameter or using value all
.
Allows you to fetch all aggregations for the given comma separated list of metrics available. The full list is available on the metrics endpoint (see above).
You can fetch all available metrics by omitting this parameter or using value all
.
OK
The response is of type object
.