Skip to main content
POST
Set Intraday Margin Setting

Authorizations

Authorization
string
header
required

A bearer token signed using your API Key Secret, see Creating API Keys section of our docs for more information. See Scope & Permissions for the permission each endpoint requires.

Body

application/json
setting
enum<string>
default:INTRADAY_MARGIN_SETTING_UNSPECIFIED

The margin setting for the account. Describes whether the account is opted in to receive increased leverage during weekdays (8am-4pm ET), excluding market holidays.

Available options:
INTRADAY_MARGIN_SETTING_UNSPECIFIED,
INTRADAY_MARGIN_SETTING_STANDARD,
INTRADAY_MARGIN_SETTING_INTRADAY

Response

A successful response.

The response is of type SetIntradayMarginSettingResponse · object.