get_ltc_block_stats
Retrieve Litecoin block statistics by providing a block hash or height. Returns data such as transaction count and fees for any LTC block.
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. |