sodax_get_transaction
Retrieve detailed transaction data by hash, including status, amounts, and other details. Get results in JSON or formatted markdown.
Instructions
Look up a specific transaction by its hash to see status, amounts, and details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | The transaction hash to look up (e.g., '0x...') | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |