Transactions API

# Transactions API

Retrieve transaction details and status.

Get Transaction by Hash

module=proxy
action=eth_getTransactionByHash
txhash=0x...

Get Transaction Receipt

module=proxy
action=eth_getTransactionReceipt
txhash=0x...

Last updated