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