Transactions

Check Transaction Receipt Status

Returns the status code of a transaction execution.

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