Skip to main content
PUT
Upsert account time control

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string<uuid>
required

Trading account id

Body

application/json

Trading window and stale-order timeout settings for the account

stale_order_millis
integer<int64> | null
trading_end
string | null
trading_start
string | null

Response

Account time control upserted

account_id
string<uuid>
required
created_at
string<date-time>
required
organization_id
string<uuid>
required
updated_at
string<date-time>
required
version
integer<int64>
required
stale_order_millis
integer<int64> | null
trading_end
string | null
trading_start
string | null