Get metric data for multiple projects
Use this endpoint to retrieve metric data for multiple projects.
You can get specific metric for all projects by omitting project_ids
or using project_ids=all
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Allows you to select one of the metrics available. The full list is available on the metrics endpoint (see above).
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 for the respective metric by omitting this parameter or using value all
.
List of chains to include according to projects chain availability.
Allows you to select one or more of the chains available for a specific project. When including multiple chains, separate each one with a comma. Example: ethereum,base
.
The full list of available chains can be retrieved from the projects/:project_id endpoint.
List of products to include according to projects product availability.
Allows you to select one or more of the products available for a specific project. When including multiple products, separate each one with a comma. Example: usdc,usdt
.
The full list of available products can be retrieved from the projects endpoint.
Allows you to select the start date for the query. If no start is selected, the query defaults to launch date or the first date for which there is data available for the chosen metric(s).
Allows you to select the end date for the query. If no end is selected, the query defaults to the latest date for which there is data available for the chosen metric(s).
Response
OK
The response is of type object
.