Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

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

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