Skip to main content

Get transaction status

Returns the status of a given transaction receipt by hash

Path Parameters
chainId int32 REQUIRED

The parent chain to target

Example: 80002

transactionHash string REQUIRED

The transaction hash to request

Example: 0x02f319429b8a7be1cbb492f0bfbf740d2472232a2edadde7df7c16c0b61aa78b

Responses
200

successful operation

Schema OPTIONAL
table_id string OPTIONAL

This field is deprecated

table_ids string[] OPTIONAL
transaction_hash string OPTIONAL
block_number int64 OPTIONAL
chain_id int32 OPTIONAL
error string OPTIONAL
error_event_idx int32 OPTIONAL
400

Invalid chain identifier or transaction hash format

404

No transaction receipt found with the provided hash

429

Too Many Requests