---
title: "GET /ethereum/transactions/{chainId}/{txHash}"
method: GET
path: "/ethereum/transactions/{chainId}/{txHash}"
tags: ["EthereumBalanceController"]
---

# GET /ethereum/transactions/{chainId}/{txHash}

`GET /ethereum/transactions/{chainId}/{txHash}`

## Path parameters

- `chainId` string, required
- `txHash` string, required

## Response `200`

OK

- EthereumTransactionResponse
  - `success` boolean
  - `confirmations` number
  - `from` string
  - `to` string
  - `link` string

---

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