GET
/
signal
/
v0
/
topics
/
global
/
daily
Get Global Topics Timeseries
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>"
      }
    ]
  }
}

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

start
string

Time range start. Encoded as RFC3339 or unix timestamp.

end
string

Time range end. Encoded as RFC3339 or unix timestamp.

Response

200
application/json

Default response

The response is of type object.