---
title: "alchemy_getTransactionReceipts"
method: POST
path: ""
tags: [""]
---

# alchemy_getTransactionReceipts

`POST `

Returns an array of all transaction receipts for a given block in a single call. Receipt entries include any rollup-specific fields the underlying chain exposes. **Conduit support:** verified working on Conduit-hosted RPC endpoints with the `blockNumber` form; the `blockHash` form is currently rejected (`-32001 rpc method is not available`) — use a block number or tag.

⚡ Compute Units: [200 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

## Request body

- object
  - `block` AlchemyGetTransactionReceiptsParamBlock, required
    - `blockNumber` union, required
      - 'latest' | 'earliest' | 'pending' | 'finalized' | 'safe' — Named block, e.g. "latest", "finalized", "safe", "earliest", "pending"
      - string

## Response `200`

Array of transaction receipt objects

- ReceiptInfo[]
  - `type` string
  - `transactionHash` string, required
  - `transactionIndex` string, required
  - `blockHash` string, required
  - `blockNumber` string, required
  - `from` string, required
  - `to` string
  - `cumulativeGasUsed` string, required
  - `gasUsed` string, required
  - `blobGasUsed` string
  - `contractAddress` string
  - `logs` Log[], required
    - `removed` boolean
    - `logIndex` string
    - `transactionIndex` string
    - `transactionHash` string, required
    - `blockHash` string
    - `blockNumber` string
    - `blockTimestamp` string
    - `address` string
    - `data` string
    - `topics` Hash32[]
  - `logsBloom` string, required
  - `root` string
  - `status` string
  - `effectiveGasPrice` string, required
  - `blobGasPrice` string
  - `l1Fee` string
  - `l1GasUsed` string
  - `l1GasPrice` string
  - `l1FeeScalar` string — OP-Stack only. Scalar applied to L1 fee. Used by pre-Ecotone fee model; superseded by `l1BaseFeeScalar` / `l1BlobBaseFeeScalar` post-Ecotone.
  - `l1BaseFeeScalar` string
  - `l1BlobBaseFee` string
  - `l1BlobBaseFeeScalar` string
  - `daFootprintGasScalar` string
  - `depositNonce` string
  - `depositReceiptVersion` string

---

[API](https://skmtc.net/conduit-xyz/apis/json-rpc-reference.md) · [All operations](https://skmtc.net/conduit-xyz/apis/json-rpc-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conduit-xyz/json-rpc-reference/versions/4e59fd9d0930/schema)
