Get block
get_blockRetrieve blockchain block data by number, hash, or 'latest' to obtain header fields and transaction hashes or full transaction details.
Instructions
Fetch a block by number, hash, or "latest". Returns header fields and transaction hashes (or full transactions if requested).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | No | Block number (decimal or 0x-prefixed hex), 0x-prefixed 32-byte block hash, or "latest" | latest |
| network | No | Target network: "l1" = bloxberg mainnet (chainId 8995), "l2-testnet" = bloxberg 2.0 testnet (chainId 77888). Defaults to "l1". | l1 |
| includeTransactions | No | Return full transaction objects instead of just hashes |