Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
0.01 credits per call
eth_getBlockByNumber on Arbitrum: Returns block information by block number.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
blockTag | QUANTITY | TAG | yes | Block number (hex), or latest, earliest, pending, safe, finalized. | "latest" |
hydrated | Boolean | yes | If true, returns full transaction objects; if false, only transaction hashes. | false |
Returns
Object | null: Block object, or null if no block was found.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Blocks info methods on Arbitrum
eth_blockNumberon Arbitrumeth_getBlockByHashon Arbitrumeth_getBlockTransactionCountByHashon Arbitrumeth_getBlockTransactionCountByNumberon Arbitrum