---
title: "Get Transaction"
method: GET
path: "/transactions/{id}"
---

# Get Transaction

`GET /transactions/{id}`

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `userid` string
  - `created` string
  - `address` string
  - `cryptoSymbol` string
  - `amountUsd` integer
  - `amountCrypto` string
  - `status` string
  - `statusUrl` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bitlaunch/apis/bitlaunch-api.md) · [All operations](https://skmtc.dev/bitlaunch/apis/bitlaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitlaunch/bitlaunch-api/revisions/b6aec14db2d0/schema)
