Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api-goerli-optimism.etherscan.io/api
   ?module=transaction
   &action=getstatus
   &txhash=0x3737576d256c6c9af9e5c944bd96bccddcb70cfe48273c522c9a4495a8384fe8
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

txhash

the string representing the transaction hash to check the execution status

Check Transaction Receipt Status

Returns the status code of a transaction execution.

📝 Note: Only applicable for post Byzantium Fork transactions.

https://api-goerli-optimism.etherscan.io/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0xa6038e46ccb3c5144dc3c8dfb7eacdb6ffb40d88d53613d190ff1fae7d086ec8
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

txhash

the string representing the transaction hash to check the execution status

Last updated