---
title: "Place a new order"
method: POST
path: "/cloud/accounts/{accountid}/orders"
tags: ["Cloud API"]
---

# Place a new order

`POST /cloud/accounts/{accountid}/orders`

Place a new order

## Path parameters

- `accountid` integer, required

## Request body

- object
  - `order` NewOrder
    - `symbol` string
    - `buy` integer
    - `shares` number
    - `price` number
    - `type` integer

## Response `202`

Successful operation

- object
  - `commandid` integer

## Other responses

- `500` — Error

---

[API](https://skmtc.net/tradematic/apis/tradematic-api.md) · [All operations](https://skmtc.net/tradematic/apis/tradematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradematic/tradematic-api/revisions/0af5aabcd3d2/schema)
