Update Trading Configurations for an Account

PATCH {{baseUrl}}/v1/trading/accounts/:account_id/account/configurations

You can also set the margin settings for your users’ account by passing a PATCH request. By default any account with funds under $2,000 is set a margin multiplier of 1.0, and accounts with over $2,000 are set to 2.0.

Request Body

{"dtbp_check"=>"both", "trade_confirm_email"=>"all", "suspend_trade"=>true, "no_shorting"=>true, "fractional_trading"=>true, "max_margin_multiplier"=>"esse do et officia exercitation", "pdt_check"=>"entry", "ptp_no_exception_entry"=>"elit occaecat ut labore", "max_options_trading_level"=>2}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"dtbp_check":"both","trade_confirm_email":"all","suspend_trade":true,"no_shorting":true,"fractional_trading":true,"max_margin_multiplier":"4","pdt_check":"entry","ptp_no_exception_entry":"true","max_options_trading_level":2}