Transactions
Check Transaction Receipt Statusโ
Returns the status code of a transaction execution.
https://openapi.coredao.org/api
?module=transaction
&action=gettxreceiptstatus
&txhash=0xf5582dff22f92beee00afc22c4d80ca7b7ad4a335019371a67c16adf383b6afa
&apikey=YourApiKeyToken
Try this endpoint in your browser ๐
Request Query Parameters
Parameter | Description |
---|---|
txhash | the string representing the transaction hash to check the execution status |
Sample Response
{
"status":"1",
"result":{
"status":"1"
},
"message":"OK"
}