Add Asset to Watchlist By Name
POST {{baseUrl}}/v2/watchlists:by_name?name=
Append an asset for the symbol to the end of watchlist asset list
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | null | (Required) name of the watchlist |
Request Body
{"symbol"=>"NVDA"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Apca-Api-Key-Id | string | ||
Apca-Api-Secret-Key | string |
RESPONSES
status: OK
{"id":"3d4933d1-12d3-4777-af29-40c4f3c50a3d","account_id":"75b4e7d9-3e50-4df9-a8bb-5b6dc5fa7e59","created_at":"2024-03-27T01:58:39.253016Z","updated_at":"2024-03-27T20:52:06.643935Z","name":"us_equity","assets":[{"id":"f30d734c-2806-4d0d-b145-f9fade61432b","class":"us_equity","exchange":"NASDAQ","symbol":"GOOG","name":"Alphabet Inc. Class C Capital Stock","status":"active","tradable":true,"marginable":true,"maintenance_margin_requirement":0,"shortable":true,"easy_to_borrow":true,"fractionable":true,"attributes":null},{"id":"4ce9353c-66d1-46c2-898f-fce867ab0247","class":"us_equity","exchange":"NASDAQ","symbol":"NVDA","name":"NVIDIA Corporation Common Stock","status":"active","tradable":true,"marginable":true,"maintenance_margin_requirement":0,"shortable":true,"easy_to_borrow":true,"fractionable":true,"attributes":null}]}