Skip to content

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).

getBlockDetailsByHash
curl http://localhost:8492/uaxn_get_block_transaction_count_by_hash/00003632ec28b7f46cf08b09b7aa99d5e9bf425faf9297e2fe3a3616cfb5a299
Response
{
"jsonrpc": "2.0",
"count":1,
"id": 1
}%