Skip to content

getTransactionByHash

• Pulls transaction-level data using a transaction’s hash.

• Often used by explorers, wallets, and auditing tools.

getTransactionByHash
curl http://localhost:8492/uaxn_get_block_transaction_count_by_hash/00008e34c89664d636b69d5b17865b00f4f7ebc5e568466060cfda88807125cc
Response
{
"jsonrpc": "2.0",
"result": 1,
"id": 1
}%