curl --request GET \
--url https://api.messari.io/user-management/v1/watchlists \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"assetIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"error": "<string>"
}
Get all watchlists for the authenticated user
curl --request GET \
--url https://api.messari.io/user-management/v1/watchlists \
--header 'X-Messari-API-Key: <api-key>'
{
"data": [
{
"assetIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"error": "<string>"
}
Default response
The response is of type object
.