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
.