---
title: "Confirm Group Order"
method: POST
path: "/v2/orders/groups/confirm"
tags: ["order-execution"]
---

# Confirm Group Order

`POST /v2/orders/groups/confirm`

Returns estimated cost and commission information for a group of orders (OCO, BRK) without the orders actually being placed

**Base Confirmation**  (All confirmations will have these fields)
* Route
* Duration
* Account
* SummaryMessage
* OrderConfirmId

**Equity Confirmation** (Base Confirmation fields + the following)
* EstimatedPrice
* EstimatedPriceDisplay
* EstimatedCost
* EstimatedCostDisplay
* EstimatedCommission
* EstimatedCommissionDisplay

**Forex Confirmation** (Base Confirmation fields + the following)
* BaseCurrency
* CounterCurrency
* InitialMarginDisplay

**Futures Confirmation** (Base Confirmation fields + the following)
* ProductCurrency
* AccountCurrency
* EstimatedCost
* EstimatedPrice
* EstimatedPriceDisplay
* InitialMarginDisplay
* EstimatedCommission
* EstimatedCommissionDisplay

## Response `200`

Group Order Confirm Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Unexpected Error
- `502` — Bad Gateway
- `504` — Gateway Timeout

## Changes

- **2021-02-03** `d79cf9ab0317` — 1 warning
  - deleted the `query` request parameter `access_token`
- **2020-01-28** `93cb7f38303a` — 1 info
  - endpoint added
- **2018-08-01** `0051f080d8d7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tradestation/apis/tradestation-api/changes/v2/orders/groups/confirm/post.md)

---

[API](https://skmtc.dev/tradestation/apis/tradestation-api.md) · [All operations](https://skmtc.dev/tradestation/apis/tradestation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradestation/tradestation-api/revisions/061b6b092458/schema)
