---
title: "Create Instrument Exchange"
method: POST
path: "/exchanges"
tags: ["Exchanges"]
---

# Create Instrument Exchange

`POST /exchanges`

Creates an Instrument Exchange. The ability to sale of a held instrument and purchase of another.

## Request body

- object
  - `accountNo` string, required — The user's unique account number, that is human readable.
  - `sellSymbol` string, required — This will be the ticker of the mutual fund you will be liquidating.
  - `buySymbol` string, required — This will be the ticker of the mutual fund you will be purchasing with the proceeds of the liquidation.
  - `amountCash` number, required — This is the total notional amount you exchange from the sellSymbol to the buySymbol. This field is populated if quantity is null
  - `quantity` number, required — This is the total quantity being sold of the sellSymbol. The proceeds, less any fees, will be used to purchase the buySymbol. This field is only required if amountCash is null.

## Response `200`

Creating an Exchange was Successful.

- object
  - `id` string, required — The specific id of the exchange.
  - `exchangeNo` string, required — The specific exchange number

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
