Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api-sepolia.arbiscan.io/api
   ?module=transaction
   &action=getstatus
   &txhash=0xbd3856d4dac7ba6c46382f8369b5b5abf9fbdd7f3168d752a5df6ca51bc72625
   &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-sepolia.arbiscan.io/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0xbd3856d4dac7ba6c46382f8369b5b5abf9fbdd7f3168d752a5df6ca51bc72625
   &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