{ "opencollection": "1.0.0", "info": { "name": "Messari AI Monitoring API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-messari-api-key", "value": "{{x-messari-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "List user monitoring views", "type": "http" }, "http": { "method": "GET", "url": "https://data.messari.io/api/v2/monitoring-views" }, "docs": "List user monitoring views" }, { "info": { "name": "Get user watchlists", "type": "http" }, "http": { "method": "GET", "url": "https://data.messari.io/api/v1/watchlists" }, "docs": "Get user watchlists" }, { "info": { "name": "Create a watchlist", "type": "http" }, "http": { "method": "POST", "url": "https://data.messari.io/api/v1/watchlists" }, "docs": "Create a watchlist" }, { "info": { "name": "Update a watchlist", "type": "http" }, "http": { "method": "PATCH", "url": "https://data.messari.io/api/v1/watchlists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a watchlist" } ] } ], "bundled": true }