Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ slug: reference/utility-api-overview

An enhanced API that gets all transaction receipts for a given block by number or block hash.

Fetch all transaction receipts for a **block number** or a **block hash** in one API call using the [alchemy\_getTransactionReceipts](/reference/alchemy-gettransactionreceipts) method - for mainnet and testnets on Ethereum, Polygon, Optimism, and Arbitrum.
Fetch all transaction receipts for a **block number** or a **block hash** in one API call using the [alchemy\_getTransactionReceipts](/docs/data/utility-apis/transactions-receipts-endpoints/alchemy-get-transaction-receipts) method - for mainnet and testnets on Ethereum, Polygon, Optimism, and Arbitrum.

The Transaction Receipts API [uses less Compute Units (CUs)](/reference/compute-units) then batching all the [eth\_getTransactionReceipt](/reference/eth-gettransactionreceipt) calls for each transaction hash - **saving you on compute cost**.
The Transaction Receipts API [uses less Compute Units (CUs)](/reference/compute-units) then batching all the [eth\_getTransactionReceipt](/docs/chains/ethereum/ethereum-api-endpoints/eth-get-transaction-receipt) calls for each transaction hash - **saving you on compute cost**.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ We want builders to be able to use as much of the NFT API as they need without w

| Method | CU |
| ------------------------------- | --- |
| blocks/by-timestamp | 10 |
| alchemy\_getTransactionReceipts | 250 |

# Wallet APIs
Expand Down
3 changes: 0 additions & 3 deletions fern/apis/blocks/generators.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,6 @@ navigation:
contents:
- page: Utility APIs Overview
path: api-reference/data/utility-apis/utility-apis-overview.mdx
- api: API Reference
api-name: blocks
flattened: true
- api: Transactions Receipts Endpoints
api-name: transactions-receipt
slug: utility-apis
Expand Down
135 changes: 0 additions & 135 deletions src/openapi/blocks/blocks.yaml

This file was deleted.

Loading