/watchlist/{id}
https://sandbox.livevol.com/api/v1/watchlist/92fa6c15-a573-41d2-9989-5498a93a9d8f
Name | Description | Type | Additional information |
---|---|---|---|
id |
Watchlist Id |
globally unique identifier |
Required |
Name | Description | Type | Additional information |
---|---|---|---|
id |
Watchlist Id |
globally unique identifier |
None. |
name |
A watchlist name |
string |
None. |
description |
A watchlist description |
string |
None. |
symbols |
Symbols collection in current watchlist |
Collection of string |
None. |
{ "id": "401e6cc6-21d4-41b9-a23d-3db430e7f58f", "name": "default", "description": "", "symbols": [ "AAPL", "MSFT" ] }
<watchlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <description></description> <id>401e6cc6-21d4-41b9-a23d-3db430e7f58f</id> <name>default</name> <symbols> <symbol>AAPL</symbol> <symbol>MSFT</symbol> </symbols> </watchlist>