cURL
curl --request GET \ --url https://api.messari.io/signal/v0/topics/global/daily \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "points": [ [ "<any>" ] ] }, "error": "<string>", "metadata": { "granularity": "1m", "pointSchemas": [ { "description": "<string>", "isTimestamp": true, "name": "<string>", "slug": "<string>" } ] } }
Retrieve a timeseries of global topics
Time range start. Encoded as RFC3339 or unix timestamp.
Time range end. Encoded as RFC3339 or unix timestamp.
Default response
The response is of type object.
object