---
title: "GET /exchange/changelly/transactions"
method: GET
path: "/exchange/changelly/transactions"
---

# GET /exchange/changelly/transactions

`GET /exchange/changelly/transactions`

Get Changelly transactions

## Query parameters

- `id` string, required
- `transactions` AnyString256[], required

## Response `200`

Changelly transactions

- ChangellyTransaction[]
  - `id` string
  - `trackUrl` string
  - `status` string, required
  - `amountTo` string, required
  - `amountExpectedTo` string
  - `amountFrom` string
  - `amountExpectedFrom` string
  - `cryptoFrom` string
  - `cryptoTo` string
  - `createdAt` string
  - `payinAddress` string
  - `payinHash` string
  - `payoutAddress` string
  - `payoutHashLink` string
  - `payoutHash` string
  - `refundAddress` string
  - `refundHashLink` string
  - `refundHash` string

## Other responses

- `default` — Unexpected error

## Changes

- **2023-09-04** (v4) `31a5df3544ad` — 1 breaking
  - for the `query` request parameter `transactions`, the maxItems was decreased from `100` to `10`
- **2023-08-27** (v4) `35fd41698374` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/changes/exchange/changelly/transactions/get.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)
