/watchlist
https://api.livevol.com/v1/watchlist
Collection of WatchlistResult
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": "1d9adb3f-208a-40c5-a6db-be4cf19ed6ea", "name": "default", "description": "", "symbols": [ "AAPL", "MSFT" ] }, { "id": "b85e4817-cd32-4196-8fc9-2e9c9b94de3a", "name": "customWL1", "description": "My Custom Watchlist", "symbols": [ "A" ] } ]
<watchlists xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <watchlist> <description></description> <id>1d9adb3f-208a-40c5-a6db-be4cf19ed6ea</id> <name>default</name> <symbols> <symbol>AAPL</symbol> <symbol>MSFT</symbol> </symbols> </watchlist> <watchlist> <description>My Custom Watchlist</description> <id>b85e4817-cd32-4196-8fc9-2e9c9b94de3a</id> <name>customWL1</name> <symbols> <symbol>A</symbol> </symbols> </watchlist> </watchlists>