Added
New Global Assets endpoints
July 7th, 2026
Broker API
Adds endpoints for retrieving global assets:
- List global assets.
- Retrieve a single global asset by symbol or asset ID.
Responses use the new GlobalAsset schema, with supporting GlobalAssetClass, GlobalAssetStatus, GlobalAssetExternalIdType, GlobalAssetCountryCode, and GlobalExchange types.
Affected Endpoints
GET /v2beta1/assetsGET /v2beta1/assets/{symbol_or_asset_id}