get_ltc_block_stats
Fetch Litecoin block statistics including average fee, transaction count, outputs, and size by providing a block hash or height via RPC.
Instructions
READ-ONLY — litecoind getblockstats output. Mirror of get_btc_block_stats for LTC. Requires LITECOIN_RPC_URL configured. Issue #248 / #233 v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hashOrHeight | Yes | Either a 64-hex block hash OR a block height. The RPC method `getblockstats` accepts both forms — pick whichever the agent already has on hand. |