Fixed
Corrected "admin_configurations" schema on the trading account response
21 days ago
Broker API
Corrects the admin_configurations schema on the trading account response so it reflects what the endpoint actually returns:
max_margin_multiplieris now documented as a string ("1","2", or"4") instead of a{from, to}object.max_options_trading_levelis now documented as an integer with values0(disabled),1(Covered Call/Cash-Secured Put),2(Long Call/Put), and3(Spreads/Straddles) instead of a{from, to}object.user_configurationsis now nullable, since it isnulluntil user-level overrides are set.- The
{from, to}change-object shape now lives in a separateAdminConfigurationsEventschema used by the account status events stream.
Affected Endpoints
GET /v1/trading/accounts/{account_id}/accountGET /v1/events/accounts/status