v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBWatchlist
Add an Asset to a Watchlist
Adds an asset to an existing watchlist.
post/v1/trading/accounts/{account_id}/watchlists/{watchlist_id}
Request body
Response
OK
Example response
{
"assets": [
{
"attributes": [
"ptp_no_exception",
"ipo"
],
"borrow_status": "easy_to_borrow",
"easy_to_borrow": true,
"exchange": "NASDAQ",
"fractionable": true,
"id": "904837e3-3b76-47ec-b432-046db621571b",
"marginable": true,
"name": "Apple Inc. Common Stock",
"shortable": true,
"status": "active",
"symbol": "AAPL",
"tradable": true
}
]
}