post https://{ethereum-network}.gateway.tatum.io/
The eth_getTransactionByHash is an Ethereum JSON-RPC method that allows you to query transaction details based on its hash. This method is useful when you want to retrieve information about a specific transaction, such as its sender, receiver, value, and more.
Common use cases include tracking transaction status, monitoring incoming transactions, or analyzing historical transaction data.