Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api.scrollscan.com/api
   ?module=transaction
   &action=getstatus
   &txhash=0xcc1f9e75e0c9307c8884eac3ee5880d33bbddb31220e6c65e028a4be24647333
   &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.scrollscan.com/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0xcc1f9e75e0c9307c8884eac3ee5880d33bbddb31220e6c65e028a4be24647333
   &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