---
title: "Get Transaction Receipts"
method: POST
path: "/node/rest/eth_getTransactionReceipt"
tags: ["node"]
---

# Get Transaction Receipts

`POST /node/rest/eth_getTransactionReceipt`

## Request body

- TransactionHashIn
  - `trx_hash` string, required

## Response `200`

Successful Response

- Receipt[], nullable
  - `blockHash` string, required
  - `blockNumber` string, required
  - `contractAddress` string, nullable
  - `cumulativeGasUsed` string, required
  - `from` string, nullable, required
  - `gasUsed` string, required
  - `status` string, nullable
  - `effectiveGasPrice` string, required
  - `to` string, nullable
  - `transactionHash` string, required
  - `transactionIndex` string, required
  - `logs` Log[], required
    - `address` string, required
    - `blockHash` string, required
    - `blockNumber` string, required
    - `data` string, required
    - `logIndex` string, required
    - `topics` string[], required
    - `transactionHash` string, required
    - `transactionIndex` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/watchdata/apis/fastapi.md) · [All operations](https://skmtc.net/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watchdata/fastapi/versions/250df0f72c18/schema)
