Transactions

Check Contract Execution Status

Returns the status code of contract execution.

https://api.lineascan.build/api
   ?module=transaction
   &action=getstatus
   &txhash=0xdec19b851ad9b30fbdfd0cfc3a48a4ba3ae4be71784b61b2f7f91c9f5f50485c
   &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.lineascan.build/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0x6e0639aabda0df7c6e565f3de581b6d31b7cab6d3073dd2fa90220eb5e65e33f
   &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