Arbitrum One
Arbitrum One
Arbitrum One
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
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.| # | Nombre | Tipo | Requerido | Descripción |
|---|---|---|---|---|
| 1 | blockTag | string | Sí | The block whose receipts to fetch. |
| Tipo | Descripción |
|---|---|
| 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.
| Código | Mensaje | Causa |
|---|---|---|
-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.Parámetros
hex block number or "latest"/"earliest"/"pending"/"safe"/"finalized"