Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api-testnet.snowscan.xyz/api
   ?module=transaction
   &action=getstatus
   &txhash=0xff124ab90224b4c86ea8d6c6e6dfba9c56ac3124cd17f3be5f1cd9d423d51882
   &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-testnet.snowscan.xyz/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0x091a9893ef04fbac8cda4ca4b17f653a8599fedab6da48036ba9fb01db1b237d
   &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