# Get all watchlists Returns all global/public watchlists. Endpoint: GET /v1/defi/core/watchlists Version: v2026_01_14 ## Response 200 fields (application/json): - `id` (string) Unique identifier for the watchlist - `user_id` (string,null) User ID if this is a user-specific watchlist, null for global watchlists - `title` (string) Watchlist title - `description` (string,null) Watchlist description ## Response 500 fields (application/json): - `message` (string)