Skip to main content

Get Transaction Status

GET 

/api/v1/transactions/:transactionHash/status

Free [1 Credits]

Retrieve the status of a transaction.


Request

Path Parameters

    transactionHash stringrequired

    transaction hash

Responses

OK

Schema

    status Transaction Status (string)required

    Possible values: [Success, Fail]

    failMessage Message when Transaction Status is Fail (string)
Loading...