Get metric aggregations for multiple projects
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
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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
.
Response
OK
The response is of type object
.