check_tx_status
Check an XRPL transaction's validation status by its hash. Returns pending, validated, failed, or not_found status along with the engine result code.
Instructions
Check the validation status of an XRPL transaction by hash. Use after send_signed_tx to confirm whether the transaction was validated on-ledger. Returns status (pending, validated, failed, not_found) and engine result code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | 64-character hex XRPL transaction hash |