get_block_transaction_count_by_hash
• Returns block details by searching via the block’s hash.
• Ideal for tracing specific blocks when hash is known (e.g., from logs).
curl http://localhost:8492/uaxn_get_block_transaction_count_by_hash/00003632ec28b7f46cf08b09b7aa99d5e9bf425faf9297e2fe3a3616cfb5a299{ "jsonrpc": "2.0", "count":1, "id": 1}%