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 | ||||||||
---|---|---|---|---|---|---|---|---|
200 successful operation
| ||||||||
400 Invalid chain identifier or transaction hash format | ||||||||
404 No transaction receipt found with the provided hash | ||||||||
429 Too Many Requests |