---
title: "Stack Commission"
method: POST
path: "/trades/commissions/{customerId}/stack"
---

# Stack Commission

`POST /trades/commissions/{customerId}/stack`

Get stack commission

## Headers

- `api-key` string, required
- `auth-key` string, required

## Request body

- object
  - `amount` number, float, required — Order amount
  - `ticker` string, required — Symbol
  - `side` string, required — Order side BUY or SELL

## Response `200`

200

- union
  - object
    - `status` integer
    - `doc` object
      - `totalCommission` number
      - `entryFeeCommission` integer
      - `aumCommission` number
  - object
    - `status` integer
    - `doc` object
      - `commission` number

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
