# Get watchlist by ID Returns a specific global/public watchlist with all its assets. Endpoint: GET /v1/defi/core/watchlists/{id} Version: v2026_01_14 ## Path parameters: - `id` (string, required) Watchlist UUID ## 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 - `assets` (array) List of assets in this watchlist - `assets.id` (string) Unique identifier for the watchlist asset entry - `assets.watchlist_id` (string) ID of the watchlist this asset belongs to - `assets.asset_id` (string) ID of the asset - `assets.highlighted` (boolean) Whether this asset is highlighted in the watchlist - `assets.asset` (object,null) Asset details - `assets.asset.id` (string) - `assets.asset.chain` (string) - `assets.asset.address` (string) - `assets.asset.symbol` (string) - `assets.asset.name` (string) - `assets.asset.slug` (string) - `assets.asset.decimals` (integer) - `assets.asset.description` (string) - `assets.asset.website` (string) - `assets.asset.icon` (string,null) - `assets.asset.is_active` (boolean) - `assets.asset.tradeable` (boolean) - `assets.asset.stable` (boolean) - `assets.asset.image` (object) - `assets.asset.image.thumb` (string) - `assets.asset.image.small` (string) - `assets.asset.image.large` (string) - `assets.asset.market_data` (object) - `assets.asset.market_data.circulating_supply` (integer) - `assets.asset.market_data.total_supply` (integer) - `assets.asset.market_data.max_supply` (integer) - `assets.asset.socials` (object) - `assets.asset.socials.x_username` (string) - `assets.asset.socials.facebook_username` (string) - `assets.asset.socials.subreddit_url` (string) - `assets.asset.socials.official_forum_url` (string) ## Response 400 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)