POST
Create Watchlist
Create watchlist for specific account.This method does not verify that the symbol or asset type are valid.
Resource URL
https://api.tdameritrade.com/v1 /accounts/{accountId}/watchlists
Header Parameters
| Name | Values | Description |
|---|---|---|
| Authorization |
Supply an access token to make an authenticated request. The format is |
Body Parameters
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
|
Category |
Watchlist |
Response Summary
Resource Error Codes |
||
|
HTTP Code |
Description |
|
|
400 |
An error message indicating the validation problem with the request. |
|
|
401 |
An error message indicating the caller must pass a valid Authorization in the HTTP authorization request header. |
|
|
500 |
An error message indicating there was an unexpected server error. |
|
Working...