Added

New values added to the "AssetClass" enum

Trading API

Adds new values to the AssetClass enum: crypto_perp, us_index, treasury, corporate, global_equity, and us_equity_chain. These values can now appear on assets, positions, orders, and watchlist entries.

Affected Endpoints

  • GET /v2/assets
  • GET /v2/assets/{symbol_or_asset_id}
  • GET /v2/positions
  • GET /v2/positions/{symbol_or_asset_id}
  • DELETE /v2/positions
  • DELETE /v2/positions/{symbol_or_asset_id}
  • GET /v2/orders
  • GET /v2/orders/{order_id}
  • GET /v2/orders:by_client_order_id
  • POST /v2/orders
  • PATCH /v2/orders/{order_id}
  • POST /v2/watchlists
  • GET /v2/watchlists/{watchlist_id}
  • PUT /v2/watchlists/{watchlist_id}
  • POST /v2/watchlists/{watchlist_id}
  • DELETE /v2/watchlists/{watchlist_id}/{symbol}
  • GET /v2/watchlists:by_name
  • PUT /v2/watchlists:by_name
  • POST /v2/watchlists:by_name