Retrieves the status of a blockchain transaction.
blockchain
Retrieves the status of a blockchain transaction.
GET
Retrieves the status of a blockchain transaction.
Path Parameters
Transaction hash
Response
200 - application/json
Transaction status
Response for transaction status.
Gas consumed by the transaction.
Required range:
x >= 0Transaction status (e.g. "confirmed", "pending", "failed").
On-chain transaction hash.
Block height at which the transaction was included.
Required range:
x >= 0Error message if the transaction failed.