---
title: "Changes to Place checked equity order"
method: POST
path: "/trade/{tradeId}"
---

# Changes to Place checked equity order

`POST /trade/{tradeId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 65 revisions.

- **2026-06-12** `ee2f9f651615` — 3 breaking
- **2026-06-03** `74f3fb52ef66` — 7 breaking
- **2026-04-28** `a50efb5b1c2b` — 2 info
- **2026-04-10** `d9ce3acae7e1` — 1 info
- **2026-03-06** `6a3b37154f49` — 3 breaking, 3 warning

## Changes

- **2026-06-12** `ee2f9f651615` — 3 breaking
  - the response property `option_symbol/allOf[#/components/schemas/OptionsSymbol]/underlying_symbol/exchange/allOf[#/components/schemas/USExchange]/mic_code` became nullable for the status `200`
  - the response property `quote_universal_symbol/allOf[#/components/schemas/UniversalSymbol]/exchange/allOf[#/components/schemas/Exchange]/mic_code` became nullable for the status `200`
  - the response property `universal_symbol/allOf[#/components/schemas/UniversalSymbol]/exchange/allOf[#/components/schemas/Exchange]/mic_code` became nullable for the status `200`
- **2026-06-03** `74f3fb52ef66` — 7 breaking
  - the response property `option_symbol` became nullable for the status `200`
  - the response property `quote_currency` became nullable for the status `200`
  - the response property `quote_universal_symbol` became nullable for the status `200`
  - the response property `universal_symbol` became nullable for the status `200`
  - the `execution_price` response's property type/format changed from `number`/`` to `string`/`decimal` for status `200`
  - the `limit_price` response's property type/format changed from `number`/`` to `string`/`decimal` for status `200`
  - the `stop_price` response's property type/format changed from `number`/`` to `string`/`decimal` for status `200`
- **2026-04-28** `a50efb5b1c2b` — 2 info
  - added the optional property `brokerage_group_order_id` to the response with the `200` status
  - added the optional property `order_role` to the response with the `200` status
- **2026-04-10** `d9ce3acae7e1` — 1 info
  - added the optional property `trailing_stop` to the response with the `200` status
- **2026-03-06** `6a3b37154f49` — 3 breaking, 3 warning
  - the `execution_price` response's property type/format changed from `string`/`decimal` to `number`/`` for status `200`
  - the `limit_price` response's property type/format changed from `string`/`decimal` to `number`/`` for status `200`
  - the `stop_price` response's property type/format changed from `string`/`decimal` to `number`/`` for status `200`
  - removed the optional property `brokerage_group_order_id` from the response with the `200` status
  - removed the optional property `order_role` from the response with the `200` status
  - removed the optional property `trailing_stop` from the response with the `200` status

---

[Operation](https://skmtc.dev/passiv/apis/snaptrade/docs/trade/:tradeId/post.md) · [API](https://skmtc.dev/passiv/apis/snaptrade.md) · [Page](https://skmtc.dev/passiv/apis/snaptrade/changes/trade/:tradeId/post)
