Transactions
Check Contract Execution Status
Returns the status code of a contract execution.
https://api-testnet.wemixscan.com/api
?module=transaction
&action=getstatus
&txhash=0x70ba1e8dae22d62daf2616dff6173cd4c45de6e32ee853f1e11ddae3997f8fe7
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
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.wemixscan.com/api
?module=transaction
&action=gettxreceiptstatus
&txhash=0x6f3b2056354ebdcd308cfa0a3073caed081f404632fa11fffb558905df6ab233
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
txhash
the string
representing the transaction hash to check the execution status
Last updated