---
title: "GET /exchange/{exchangeName}/transactions"
method: GET
path: "/exchange/{exchangeName}/transactions"
---

# GET /exchange/{exchangeName}/transactions

`GET /exchange/{exchangeName}/transactions`

Get exchange transactions

## Path parameters

- `exchangeName` string, required

## Query parameters

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

## Response `200`

Exchange transactions

- ExchangeTransaction[]
  - `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

- **2024-11-25** (v4) `20a7459134a9` — 1 info
  - endpoint added
- **2023-05-10** (v4) `f90678b9fb05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/changes/exchange/:exchangeName/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/8dd1fdcc9afd?raw)
