---
title: "Get Receipts Block"
method: POST
path: "/node/rest/parity_getBlockReceipts"
tags: ["node"]
---

# Get Receipts Block

`POST /node/rest/parity_getBlockReceipts`

## Request body

- BlockNumberIn
  - `number` union, required
    - integer
    - string

## 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.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
