v57

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-2161198428.4 KB
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"
  }
}