Skip to main content

Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://gatescan.org/api
?module=transaction
&action=getstatus
&txhash=0xa6739d250695197e24c16763cca96d05b83fd30182a50dab8afc8b4c3f66b141
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
txhashthe string representing the transaction hash to check the execution status

Check Transaction Receipt Status

Returns the status code of a transaction execution.

https://gatescan.org/api
?module=transaction
&action=gettxreceiptstatus
&txhash=0xa6739d250695197e24c16763cca96d05b83fd30182a50dab8afc8b4c3f66b141
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
txhashthe string representing the transaction hash to check the execution status

Last updated on 2025/06/05