get https://api.tokenterminal.com/v2/datasets/crypto_screener
Use this endpoint to retrieve the Crypto screener dataset. You can get the whole dataset by omiting 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
.