Account Configurations
The account configuration API provides custom configurations about your trading account settings. These configurations control various allow you to modify settings to suit your trading needs.
For DTMC protection, see Day Trade Margin Call Protection
[GET] Get the account configurations
GET/v2/account/configurations
Returns the current account configuration values
Response
AccountConfigurations object[PATCH] Update the account configurations
PATCH/v2/account/configurations
Returns the current account configuration values
Response
AccountConfigurations objectErrors
400 Bad request
One of the new values is unacceptable.
AccountConfigurations Entity
Example
{
"dtbp_check": "entry",
"no_shorting": false,
"suspend_trade": false,
"trade_confirm_email": "all"
}
Properties
dtbp_check
string
both
, entry
, or exit
. Controls Day Trading Margin Call (DTMC) checks.trade_confirm_email
string
all
or none
. If none
, emails for order fills are not sent.suspend_trade
bool
If true, new orders are blocked.
no_shorting
bool
If true, account becomes long-only mode.