Get transaction status
Returns the status of a given transaction receipt by hash
| Path Parameters |
|---|
chainId int32 — REQUIREDThe parent chain to target Example:
|
transactionHash string — REQUIREDThe transaction hash to request Example:
|
| Responses | ||||||||
|---|---|---|---|---|---|---|---|---|
200successful operation
| ||||||||
400Invalid chain identifier or transaction hash format | ||||||||
404No transaction receipt found with the provided hash | ||||||||
429Too Many Requests |