ブロックを読む
read_blockRetrieve block header details such as parent hash, timestamp, gas used, and transaction count. Optionally include the first 50 transaction hashes, with support for mainnet, testnets, or custom networks.
Instructions
ブロックのヘッダ情報(親ハッシュ、時刻、ガス使用量、収録トランザクション数)を返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | No | ブロック番号または latest。既定は latest | |
| network | No | 対象ネットワーク。mainnet / sepolia / holesky / local か http(s) の URL。既定は mainnet | |
| include_transactions | No | 収録トランザクションのハッシュ一覧(先頭 50 件)も返す |