eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByHash
Returns the number of transactions in a block matching the given block hash.
⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
blockHash
32-byte hash of a block
Response
The number of transactions in the block (hex-encoded), or null if the block is unknown.