Use this endpoint to retrieve the Crypto screener dataset. You can get the whole dataset by omitting all parameters.
Metrics use the following pattern in the response body: <metric_id>_<interval>_<aggregation>.
Metric IDs are the same as the ones used in the /v2/metrics endpoint.
Intervals are 24h, 7d, 30d, 90d, 180d, 365d, max.
Aggregations are trend, change, avg, ath, atl.
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 in the dataset. When including multiple projects, separate each one with a comma. Example: uniswap.
Allows you to select one or more of the market sectors available in the dataset. When including multiple market sectors, separate each one with a comma. Example: exchange,lending.
Allows you to select a field by which the response array is sorted.
Allows you to define order direction for the field selected in order_by. If no order_direction is selected, the response defaults to asc.
Limit the number of results returned. Usage through API reference has max limit of 50.
OK
The object containing the data for a successful response. Metric columns are not shown here due to abundant amount of metrics.