Improved

Deprecated asset fields are now optional in responses

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_status instead of easy_to_borrow.
  • Use margin_requirement_long and margin_requirement_short instead of maintenance_margin_requirement.

Affected Endpoints

  • GET /v1/assets
  • GET /v1/assets/{symbol_or_asset_id}
  • POST /v1/trading/accounts/{account_id}/watchlists
  • GET /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/assets
  • GET /v2/assets/{symbol_or_asset_id}
  • POST /v2/watchlists
  • POST /v2/watchlists/{watchlist_id}
  • POST /v2/watchlists:by_name
  • GET /v2/watchlists/{watchlist_id}
  • GET /v2/watchlists:by_name
  • PUT /v2/watchlists/{watchlist_id}
  • PUT /v2/watchlists:by_name
  • DELETE /v2/watchlists/{watchlist_id}/{symbol}