---
title: "POST /exchange/{exchangeName}/transaction"
method: POST
path: "/exchange/{exchangeName}/transaction"
---

# POST /exchange/{exchangeName}/transaction

`POST /exchange/{exchangeName}/transaction`

Create exchange transaction

## Path parameters

- `exchangeName` string, required

## Query parameters

- `id` string, required

## Request body

- object
  - `from` string, required
  - `to` string, required
  - `amount` string, required
  - `address` string, required
  - `extraId` string, nullable
  - `refundAddress` string, nullable

## Response `200`

Exchange transaction

- object
  - `id` string, required
  - `depositAmount` string, required
  - `depositAddress` string, required
  - `extraId` string, nullable

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.net/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/versions/8dd1fdcc9afd/schema)
