Get transaction
get_transactionRetrieve a Thru transaction by its signature to get consensus status, execution result, fee payer, invoked program, and resource consumption.
Instructions
Fetch a Thru transaction by signature. Returns consensus status, execution result, fee payer, invoked program and resource consumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Transaction signature: a `ts…` Thru signature string or 128-character hex. | |
| statusOnly | No | Return only the consensus/execution status instead of the full transaction body. |