cURL
curl --request GET \ --url https://api.messari.io/metrics/v1/networks/{entityIdentifier}/metrics/{datasetSlug}/time-series/{granularity} \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "points": [ [ "<unknown>" ] ] }, "error": "<string>", "metadata": { "granularity": "1m", "pointSchemas": [ {} ] } }
Retrieve a specific network’s timeseries data
Entity ID or slug
Dataset slug
Granularity
1m
5m
15m
30m
1h
6h
1d
1w
30d
1q
1y
"1d"
Time range start
"2025-06-01T00:00:00Z"
Time range end
"2025-06-07T00:00:00Z"
Default response
Show child attributes