Arbitrum One
Arbitrum One
Arbitrum One
Das Free-Tier deckt persönliche Projekte ab. Pay-as-you-go skaliert ohne Karte.
eth_getBlockReceipts returns every transaction receipt for a given Arbitrum One block in a single call. On this high-throughput Optimistic Rollup — where gas is paid in ETH and blocks can be busy with GMX, Uniswap, and Aave activity — it is far more efficient than fetching receipts one transaction at a time. Point it at https://arbitrum.therpc.io/YOUR_API_KEY (chain ID 42161) with a block number or tag to pull the whole batch at once.
Transfer logs in a block to update token balances (USDC, ARB, and other Arbitrum tokens).status "0x0" — for error analysis and alerting.| # | Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|---|
| 1 | blockTag | string | Ja | The block whose receipts to fetch. |
| Typ | Beschreibung |
|---|---|
| array of object | Array of receipt objects. Each receipt contains: transactionHash, transactionIndex, blockHash, blockNumber, from, to, contractAddress, gasUsed, cumulativeGasUsed, effectiveGasPrice, status ("0x1" success / "0x0" failure), logs, logsBloom, type. |
Try it live in the Arbitrum One playground.
| Code | Meldung | Ursache |
|---|---|---|
-32602 | Invalid params | Block tag is unrecognised or malformed. |
-32000 | Block not found | The requested block does not exist or has been pruned. |
eth_getTransactionReceipt calls — always prefer this for block-level receipt ingestion on Arbitrum One.eth_getBlockReceipts; confirm availability on your endpoint before relying on it in production.Parameter
hex block number or "latest"/"earliest"/"pending"/"safe"/"finalized"