Improved
Deprecated asset fields are now optional in responses
7 days ago
Broker API
The deprecated easy_to_borrow and maintenance_margin_requirement fields on the Asset schema are no longer marked required, so they may be omitted from responses. Both are scheduled for removal on 2026-09-22.
- Use
borrow_statusinstead ofeasy_to_borrow. - Use
margin_requirement_longandmargin_requirement_shortinstead ofmaintenance_margin_requirement.
Affected Endpoints
GET /v1/assetsGET /v1/assets/{symbol_or_asset_id}POST /v1/trading/accounts/{account_id}/watchlistsGET /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}POST /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}PUT /v1/trading/accounts/{account_id}/watchlists/{watchlist_id}
Trading API
The deprecated easy_to_borrow field on the asset schema is no longer marked required, so it may be omitted from responses. It is scheduled for removal on 2026-09-22. Use borrow_status instead.
Affected Endpoints
GET /v2/assetsGET /v2/assets/{symbol_or_asset_id}POST /v2/watchlistsPOST /v2/watchlists/{watchlist_id}POST /v2/watchlists:by_nameGET /v2/watchlists/{watchlist_id}GET /v2/watchlists:by_namePUT /v2/watchlists/{watchlist_id}PUT /v2/watchlists:by_nameDELETE /v2/watchlists/{watchlist_id}/{symbol}