---
title: "Get the exchange account transactions for a given dynamic user"
method: GET
path: "/sdk/{environmentId}/exchange/{exchangeKey}/accounts/transactions"
tags: ["SDK"]
---

# Get the exchange account transactions for a given dynamic user

`GET /sdk/{environmentId}/exchange/{exchangeKey}/accounts/transactions`

## Path parameters

- `environmentId` string, required
- `exchangeKey` 'coinbase' | 'kraken', required — Source exchange identifier

## Query parameters

- `accountId` string

## Response `200`

Successful response

- ExchangeTransaction[]
  - `transactionId` string
  - `transactionHash` string
  - `status` string — Current status of the transaction
  - `amount` number — the amount transfered
  - `currency` string — Chain symbol that funds were transfered in.
  - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
