Improved
Separate request schemas for watchlist create and update
15 days ago
Trading API
Watchlist create and update requests now use separate schemas that reflect each operation's requirements:
- On create,
nameis required. - On update,
nameis optional, but at least one ofnameorsymbolsmust be provided. - On update,
symbolsreplaces the watchlist's existing assets with the new list.
Affected Endpoints
POST /v2/watchlistsPUT /v2/watchlists/{watchlist_id}PUT /v2/watchlists:by_name