v3
OpenAPI 3.0.02026-07-31103181312.8 KBorder-groups
Update Order Group Limit
Updates the order group contracts limit (rolling 15-second window). If the updated limit would immediately trigger the group, all orders in the group are canceled and the group is triggered.
put/portfolio/order_groups/{order_group_id}/limit
Path parameters
order_group_idstring required
Order group ID
Query parameters
subaccountinteger
Subaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
exchange_indexinteger
Identifier for an exchange shard. Defaults to 0 if unspecified.
Request body
Example request
{
"contracts_limit_fp": "10.00"
}Response
Order group limit updated successfully
EmptyResponse required
An empty response body