get_transaction
Retrieve detailed information about a specific XRP Ledger transaction using its hash. Get transaction status, details, and metadata in JSON or binary format.
Instructions
Get detailed information about a specific transaction by its hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary | No | If true, return transaction as binary blob (default: false) | |
| network | No | The XRPL network to query (default: mainnet) | |
| transaction_hash | Yes | The transaction hash (64 character hex string) |