---
title: "POST /exchange/changelly/transaction"
method: POST
path: "/exchange/changelly/transaction"
---

# POST /exchange/changelly/transaction

`POST /exchange/changelly/transaction`

Create Changelly transaction

## 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`

Changelly transaction

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

## Other responses

- `default` — Unexpected error

## Changes

- **2023-12-08** (v4) `91692e63effa` — 1 info
  - added the new optional request property `extraId`
- **2023-08-17** (v4) `f882b8f9c51d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/changes/exchange/changelly/transaction/post.md)

---

[API](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/revisions/91692e63effa?raw)
