Watchlist
Add Watchlist Item
Add an instrument to a watchlist
post/v1/watchlists/{watchlist_id}/items
Path parameters
watchlist_idstring uuid required
Watchlist ID
Request body
Response
Item added successfully
Example response
{
"error": {
"code": 400,
"message": "Order quantity must be greater than zero"
}
}