Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api.xdcscan.io/api
   ?module=transaction
   &action=getstatus
   &txhash=0x3ac8a2f2db1c13edb2a2e9040f2378f0edc74bc59495365a637fe85ddc88c5fc

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.

https://api.xdcscan.io/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0x8a317d8a24629994da2bf25de2896fb55aec4de837425cb5bcf6ba697e06af89
   &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